Currently, the script captures standard Bookmarks perfectly, but it ignores tweets when viewing Premium Bookmark Folders.
I tracked the network activity, and when viewing a folder, Twitter calls a different GraphQL endpoint: BookmarkFolderTimeline
Example Endpoint:
https://x.com/i/api/graphql/[ID]/BookmarkFolderTimeline?variables={"bookmark_collection_id":"..."...
It would be amazing if BookmarkFolderTimeline could be added to the module registry and captured so we can export individual bookmark folders.
Currently, the script captures standard Bookmarks perfectly, but it ignores tweets when viewing Premium Bookmark Folders.
I tracked the network activity, and when viewing a folder, Twitter calls a different GraphQL endpoint: BookmarkFolderTimeline
Example Endpoint:
https://x.com/i/api/graphql/[ID]/BookmarkFolderTimeline?variables={"bookmark_collection_id":"..."...
It would be amazing if BookmarkFolderTimeline could be added to the module registry and captured so we can export individual bookmark folders.