This is my way to easily batch download Twitter media.
Version: 2.0
This code downloads Twitter Media in highest resolution available.
- requests
- PySocks
git clone https://github.com/SanujaNS/Twitter_DL.git
cd Twitter_DL
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Add proxies as
ip:port
ip:port
You can find free proxy lists just with a google search.
Add Twitter urls to img.txt if you want to get images, If you want to get videos then add urls to vid.txt
python twittdl.py
Now you will be prompted with "Enter a name for folder: " , Type your choice of name for a folder. Then press 'Enter'. Now all the media will be downloaded to the folder with the name of your choice.
Buy me a coffee ☕ |
---|
Apache License 2.0