SkillAgentSearch skills...

TwitterBookmarkMediaDownloader

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

Install / Use

/learn @OzakIOne/TwitterBookmarkMediaDownloader
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated1y ago
Forks0

Languages

JavaScript

Security Score

65/100

Audited on Jan 21, 2025

No findings