Skip to content

Romulus968/twitter-media-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-media-downloader

Downloads photos and videos from twitter.
Tested with python3.7 :)
If you have questions, requests or ideas send me a mail or open an issue.

Usage

Get prompted for input:

python3 core.py

Use a list:

python3 core.py list.txt

Dont use the username but the whole link. Like this: https://twitter.com/twitter

todo:

  • Detect if the photo is already downloaded before making a request (maybe with the id or something)
  • Make crawling and downloading run at the same time.
  • Only ignore 403 Error while downloading videos. (does youtube dl only output errors as a string or am i retarded?)
  • When the program stops while downloading photos write the id of the last downloaded photo to the resume file so the crawler knows where it left off.

About

downloads photos and videos from twitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%