This is wip, struggling with BitTorrent client
- do try downloading and seeding the torrents.
Backing up Logos X Spaces here. Will try to also produce transcripts.
Will edit the post to add things.
Help is welcome for when I forget or even to backtrack. See instructions at end of post.
For now, pushed to BitTorrent until I look into Logos Storage. Could Also do IPFS.
Spaces audio
-
2025-11-06 Building the Commons: Tools for Freedom [1dRJZaXmqNaGB] magnet
-
2025-11-04 Logos Circle: Online [1LyGBXwkLQLxN] magnet
Instructions
How it’s done:
Get URL
- Go to the Tweet with the space
- Click “listen”
- Then in the space window that opened to listen, copy URL by clicking on share button.
- URL Should look like:
https://x.com/i/spaces/1LyGBXwkLQLxN?s=20withspaceskeyword.
Install and run yt-dlp
Run once, or run again if not done for a while:
pip install -U yt-dlp
Then, for each space:
yt-dlp --cookies cookies.Social.txt -x --audio-format mp3 --write-info-json <space URL>
Then prepend YYYY-MM-DD to the file name for easier indexing
Create BitTorrent
mktorrent -a udp://tracker.opentrackr.org:1337/announce,udp://tracker.openbittorrent.com:6969/announce,udp://exodus.desync.com:6969/announce,udp://open.stealth.si:80/announce <file.mp3>
Generate magnet link
transmission-show -m <file.torrent>
Upload torrent
transmission-cli <file.torrent>
Transcripts
using whisper (local)
pip install openai-whisper
whisper <file>.mp3 --model medium --language English