Skip to content

Instantly share code, notes, and snippets.

View redblocklabshq's full-sized avatar

Red Block Labs HQ redblocklabshq

View GitHub Profile
@rodrigopolo
rodrigopolo / downloader.sh
Last active March 16, 2025 18:51
Twitter/X Space Downloader
#!/usr/bin/env bash
#
# Twitter/X Space Downloader Bash Script
# Copyright (c) 2024 Rodrigo Polo - rodrigopolo.com - The MIT License (MIT)
#
# Check if a stream URL is provided
if [ -z "$1" ]; then
echo "Usage: $0 <stream_url>"