OzakIOne / TwitterBookmarkMediaDownloader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%