https://github.com/0aub/twitter-bulk-downloader
Twitter media and favorites bulk downloader
https://github.com/0aub/twitter-bulk-downloader
automation bulk-download likes media social-media tweets twitter twitter-python
Last synced: over 1 year ago
JSON representation
Twitter media and favorites bulk downloader
- Host: GitHub
- URL: https://github.com/0aub/twitter-bulk-downloader
- Owner: 0aub
- Created: 2022-07-13T17:20:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T17:39:49.000Z (almost 4 years ago)
- Last Synced: 2024-10-24T00:21:07.181Z (over 1 year ago)
- Topics: automation, bulk-download, likes, media, social-media, tweets, twitter, twitter-python
- Language: Python
- Homepage:
- Size: 6.54 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter-bulk-downloader
download all user media and favorites by user URL page
# prerequisites
you should check your chrome version if it is compatible with chromedriver.exe
if your browser version is not compatible with the driver, you should download a new driver that works with you
chrome driver download page: https://chromedriver.chromium.org/downloads
# usage
to run the script, you need to provide it with your Twitter login info in addition to the target page
```
python twitter_dl.py --url [target url page] --username [your email or username] --password [your password] --media --likes
OR
python twitter_dl.py -url [target url page] -u [your email or username] -p [your password] -m -l
```
# notes
- if you run the script for the first time, it may ask you for the confirmation code that sent to your email
- I think the browser/driver compatibility is the only issue you may face
- please let me know if you had any issues with the script
*Feel free to write any suggestions you think about.*