AAndyProgram / SCrawler

🏳️‍🌈 Media downloader from any sites, including Twitter, Reddit, Instagram, Threads, Facebook, OnlyFans, YouTube, Pinterest, PornHub, XHamster, XVIDEOS, ThisVid etc.
https://discord.gg/uFNUXvFFmg
GNU General Public License v3.0
1.29k stars 85 forks source link

Saved (bookmarked) Twitter posts not downloading #119

Closed AAndyProgram closed 1 year ago

AAndyProgram commented 1 year ago

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

AAndyProgram commented 1 year ago

Solution found

AAndyProgram commented 1 year ago

Fixed. Please update to the latest release.