Skip to content

lae/twitter-media-archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-media-archiver

this is mainly just a personal project to download media from my tweets. maybe it might help someone else, too, who knows.

for downloading your tweet images, just run the binary on an extracted archive:

twitter-media-archiver archive/

it'll output what files have been downloaded/skip ones that already exist.

video download not supported since the archive doesn't store a reference to the video/gif and I don't want to bother adding in Twitter scraping functionality. you have to use something like youtube-dl (which requires the tweet to be public). you can grab a list of video tweets and use youtube-dl like:

twitter-media-archiver --videos archive/ | xargs youtube-dl -o "%(uploader_id)s.%(id)s.%(ext)s"

About

Assists you in downloading media (images, GIFs, videos) from a Twitter archive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages