Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozakione/twitterbookmarkmediadownloader
script that download all media contained in tweets stored in your bookmarks
https://github.com/ozakione/twitterbookmarkmediadownloader
twitter twitter-downloader
Last synced: 14 days ago
JSON representation
script that download all media contained in tweets stored in your bookmarks
- Host: GitHub
- URL: https://github.com/ozakione/twitterbookmarkmediadownloader
- Owner: OzakIOne
- Created: 2021-12-26T20:11:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T13:50:01.000Z (11 months ago)
- Last Synced: 2024-10-03T13:22:15.798Z (about 1 month ago)
- Topics: twitter, twitter-downloader
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TwitterBookmarkMediaDownloader
[Credits goes to FarisHijazi/TwitterDownloader](https://github.com/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](https://raw.githubusercontent.com/OzakIOne/TwitterBookmarkMediaDownloader/master/index.js)
1. go to https://twitter.com/i/bookmarks
1. press F12
1. go into console if necessary
1. paste into the devtool console
1. profit## Another method
1. go to https://twitter.com/i/bookmarks
1. press F12
1. go to network
1. scroll your bookmarks until you can't no more
1. export HAR
1. `grep -Po "https.+?(?=\?format=jpg&name)" file.har > jpgmedia`
1. `sort finish | uniq > jpgmedia.uniq`
1. clean up the file & add `?format=jpg&name=orig` at the end of each media line
1. `aria2c -j20 jpgmedia.uniq`