dogancelik / twdl

🐤 Twitter tweet media downloader

Home Page:https://www.npmjs.com/package/twdl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twdl
A tool for downloading media of individual tweets

Github CI: Build Status Travis CI: Build Status

Update for June 2022:

  1. The thread command is temporarily disabled until further notice.
  2. Breaking change in v2.6.0+, see Wiki for more info.

Install

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

Usage

twdl download "https://twitter.com/username/status/111" "https://twitter.com/username/status/222"
twdl --help # show available options

See Wiki for more examples.

Alternatives

twdl is a tool for downloading individual tweets only,
if you want something more, check the alternatives here.

About

🐤 Twitter tweet media downloader

https://www.npmjs.com/package/twdl

License:MIT License


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%