Home / TRIGGERnometry
Konstantin Kisin and Francis Foster create honest conversations with fascinating people. New episodes every Sunday and Wednesday. Become a Premium Member to receive exclusive benefits https://www.triggerpod.co.uk/
bumper-verify-97e4ee86
Topics: Politics , News , Society & Culture
Transcribe the entire archive
Fetch every episode as speaker-labeled Markdown in one script:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1375568988/episodes \
| jq -r '.episodes[] | "\(.id) \(.title)"' \
| while IFS=' ' read -r id title; do
slug=$(echo "$title" | tr '[:upper:]' '[:lower:]' | tr -cs 'a-z0-9' '-' | sed 's/-*$//')
[ -f "${id}-${slug}.md" ] && continue
curl -s -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id
sleep 0.34
done
Each episode costs 1 credit. Already-saved files are skipped — safe to re-run after a top-up.
Example Transcripts
Special Message from the Office of Approved Opinions Regarding the Ceuta Incident - Konstantin Kisin August 3, 2026
Critical Drinker: The Real Problem with the Odyssey August 1, 2026
Climate Change: What the Data Actually Shows with Geologist Scott Tinker July 29, 2026
"We Live in the Age of Delusions" - Peter Hitchens July 25, 2026
The Odyssey Movie and How the Culture War Broke Everybody's Brain - Konstantin Kisin July 23, 2026
What The Odyssey Is Actually About July 22, 2026
Reaction to Alastair Campbell, Nigel Farage and Andy Burnham as PM July 21, 2026
Alastair Campbell vs. TRIGGERnometry: Grooming Gangs, Immigration and Iraq July 15, 2026
The Real Reason Putin Invaded Ukraine — Sir Bill Browder July 4, 2026
What the AirCon Debate Says About Britain's Climate Insanity - Konstantin Kisin July 3, 2026
The British State Hates its Own People - Dr David Starkey June 20, 2026
"We’re Regressing Into The Unknown" - Dr Jared Cooney Horvath June 3, 2026
Any episode from this podcast is available via the API — get started .
Get any TRIGGERnometry episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: pt_demo" \
https://spoken.md/transcripts/{episodeId}
No subscription. Credits never expire. Try free with pt_demo.