🐤 Twitter tweet media downloader
A tool for downloading media of individual tweets
Update for June 2022:
thread
command is temporarily disabled until further notice.You need Node.js (at least version 18) to use twdl.
You can also use npx
(available with NPM 5+).
npm i -g twdl # Stable version
npm i -g twdl@beta # Beta version
twdl download "https://twitter.com/username/status/111" "https://twitter.com/username/status/222"
twdl --help # show available options
See Wiki for more examples.
⚠ twdl is a tool for downloading individual tweets only,
if you want something more, check the alternatives here.