Twitter-Downloader
download users all images and videos by twitter-id every 12 hours (NO TWITTER API NEEDS)
Environment Variable |
Usage |
INTERVAL |
Try downloading tweets every $INTERVAL seconds |
Container Directory |
Description |
/downloads |
tweets will be downloaded here, organized by username |
/config/users.txt |
list of users to watch, one username per line, no @ or other characters |
/config/twmd_cookies.json |
Your Twitter account cookies |
docker run -d --name=twitter-downloader -v /path/to/config:/config -v /path/to/downloads:/downloads -e INTERVAL:43200 docker.io/0x2196f3/twitter-downloader
How to Get twmd_cookies.json
- goto twitter-media-downloader
- select the latest binary file that suite your architecture
- run twitter-media-downloader and login
./twitter-media-downloader twmd -u Spraytrains -a -L
- twmd_cookies.json will show in the same directory as the binary file