Logos X Spaces Backup

This is wip, struggling with BitTorrent client :smiley: - 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

  1. Go to the Tweet with the space
  2. Click “listen”
  3. Then in the space window that opened to listen, copy URL by clicking on share button.
  4. URL Should look like: https://x.com/i/spaces/1LyGBXwkLQLxN?s=20 with spaces keyword.

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
2 Likes

For some reason I cannot copy the magnet links from your post - it shows up as an empty link

One from me:

  • The Psychology of Privacy

    magnet:?xt=urn:btih:ccf2cf9fddc8dffe4a2e3b8809c9184ae1dc2dde&dn=The%20Psychology%20of%20Privacy%20%5B1mrxmBZYjwvKy%5D.m4a&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce

EDIT: Yup, seems like Discourse does not like magnet links

1 Like