This Python script automates the process of logging into X (formerly Twitter) and crawling all your bookmarked posts. It uses Selenium to interact with the web browser and collects the URLs of all ...
The user must add the "BOOKMARK_PATH" to the ".env" file. Browser local bookmarks are usually stored in JSON format. This script parses the bookmarks from JSON to ...