A tool for downloading media of individual tweets
Update for June 2022:
- The
thread
command is temporarily disabled until further notice. - Breaking change in v2.6.0+, see Wiki for more info.
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.