Skip to content

script that download all media contained in tweets stored in your bookmarks

Notifications You must be signed in to change notification settings

OzakIOne/TwitterBookmarkMediaDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

TwitterBookmarkMediaDownloader

Credits goes to FarisHijazi/TwitterDownloader

How to use

❗ MAKE SURE TO UNTICK Ask where to save each file before downloading in chrome://settings/downloads (idk where it is in firefox) ❗

  1. copy the content of index.js
  2. go to https://twitter.com/i/bookmarks
  3. press F12
  4. go into console if necessary
  5. paste into the devtool console
  6. profit

Another method

  1. go to https://twitter.com/i/bookmarks
  2. press F12
  3. go to network
  4. scroll your bookmarks until you can't no more
  5. export HAR
  6. grep -Po "https.+?(?=\?format=jpg&name)" file.har > jpgmedia
  7. sort finish | uniq > jpgmedia.uniq
  8. clean up the file & add ?format=jpg&name=orig at the end of each media line
  9. aria2c -j20 jpgmedia.uniq

About

script that download all media contained in tweets stored in your bookmarks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published