mirror of
https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader.git
synced 2026-04-27 01:15:49 +03:00
A GUI tool to download original-quality images and videos from Twitter/X accounts, powered by gallery-dl by @mikf
| .github | ||
| backend | ||
| frontend | ||
| helper | ||
| .gitignore | ||
| app.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| wails.json | ||
A GUI tool to download original-quality images and videos from Twitter/X accounts, powered by gallery-dl by @mikf
Download
-
If you're familiar with userscripts, install it here
-
To install the Chrome extension version, click here
Screenshot
How to Obtain Auth Token
Warning
- I suggest not using the main account to obtain the token.
- You can use https://temp-mail.io to register a Twitter account.
- Using an auth token or cookies has the potential to get the account suspended.
- If too many media files are fetched, it may trigger a rate limit, and the media retrieval will fail.
Video Tutorial
- Go to Twitter's website
- Log into your account
- Open the Developer Tools by pressing F12
- Navigate to the Application tab, then select Storage → Cookies
- Find and copy the
auth_tokenvalue - Do not log out of your account, as a new
auth_tokenwill be generated by Twitter