changtimwu / twitter-x-chat

An experimental program to chat any tweet with AI. It takes a tweet's URL as input. Now the only AI provider is Gemini since it has better multimodal support.
0 stars 0 forks source link

Twitter Video Downloader 2.0

forthebadge made-with-python

Hits


This is a Python script that allows you to download videos from X aka Twitter using the terminal. It takes a Twitter post URL as an input, extracts the highest-quality video URL, and downloads the video.

Prerequisites

pip install -r requirements.txt
gcloud auth application-default login

Usage

python xvtalk.py <a tweet's URL>

example

python xvtalk.py https://x.com/realmadriden/status/1743790569866821949?s=20

Note