Skip to content

coffnix/X-Spaces-Downloader-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Twitter/X Space Downloader

Simple bash script to download audio from Twitter/X Spaces.

It fetches the stream URL, downloads all audio chunks and merges them into a single file.

📦 Dependencies

Make sure you have the following installed:

  • yt-dlp
  • wget
  • aria2c
  • ffmpeg

⚙️ Usage

First, make the script executable:

chmod +x downloader.sh

Run the script with the Twitter/X Space URL as the first argument:

./downloader.sh <URL>

Example:

./downloader.sh https://twitter.com/i/spaces/XXXXXXXX

📁 Output

The script generates a final audio file with a name based on:

  • upload date
  • uploader
  • title
  • id

⚠️ Notes

About

Simple bash script to download and save Twitter/X Spaces audio streams using yt-dlp, wget, aria2c and ffmpeg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages