🏳️🌈 Media downloader from any sites, including Twitter, Reddit, Instagram, Threads, Facebook, OnlyFans, YouTube, Pinterest, PornHub, XHamster, XVIDEOS, ThisVid etc.
The old Twitter bookmarks API has been deprecated. I cannot retrieve new bookmarked posts though the old API. If anyone knows how to get bookmarks via the new API, please post a cURL request and I'll fix it in SCrawler. Otherwise, saved Twitter posts will be deprecated in the new version.
Old (currently used in SCrawler) API request:
https://api.twitter.com/2/timeline/bookmark.json?screen_name=<UserName>&count=200&tweet_mode=extended&include_entities=true&include_user_entities=true&include_ext_media_availability=true
This doesn't work:
https://api.twitter.com/2/users/:id/bookmarks
The old Twitter bookmarks API has been deprecated. I cannot retrieve new bookmarked posts though the old API. If anyone knows how to get bookmarks via the new API, please post a cURL request and I'll fix it in SCrawler. Otherwise, saved Twitter posts will be deprecated in the new version.
Old (currently used in SCrawler) API request:
https://api.twitter.com/2/timeline/bookmark.json?screen_name=<UserName>&count=200&tweet_mode=extended&include_entities=true&include_user_entities=true&include_ext_media_availability=true
This doesn't work:
https://api.twitter.com/2/users/:id/bookmarks
Continuation of #104