https://github.com/joshjarabek7/x-manager
Selenium Web Automation/Crawling for Managing Your Account on X (Tweets, Likes, Followers, Following, etc)
https://github.com/joshjarabek7/x-manager
automation bypass docker docker-compose fastapi python selenium selenium-python svelte sveltekit twitter
Last synced: 2 months ago
JSON representation
Selenium Web Automation/Crawling for Managing Your Account on X (Tweets, Likes, Followers, Following, etc)
- Host: GitHub
- URL: https://github.com/joshjarabek7/x-manager
- Owner: JoshJarabek7
- Created: 2024-06-12T01:24:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T02:21:38.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T14:43:43.727Z (about 1 year ago)
- Topics: automation, bypass, docker, docker-compose, fastapi, python, selenium, selenium-python, svelte, sveltekit, twitter
- Language: Python
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# X-Manager
Manage your account on X without having to create a developer account and use their API.
It's done entirely using Selenium and Python to login and load/search/delete your tweets/likes/replies/retweets.
Done entirely local and free!
Requires you to request your profile/data archive from X and then send it to the backend. The data will be parsed and updated to the MongoDB Database in the Docker Compose file. The backend and selenium will then use that database, as well as websockets to the frontend, to update your profile, database, and frontend in real-time.
Uses breaks and randomization to adhere to X's rate limits for tweet/likes/etc deletion.
Still a Work-in-Progress.
Plans for:
- SvelteKit frontend to:
- Select tweets/likes/etc you want deleted
- See who your fans are (followers you're not following)
- See who you're a fan of (following accounts that aren't following you)
- Input your SMS 2FA or Email 2FA if X asks for it
- Advanced whitelisting/blacklisting:
- Keywords
- AI semantics (including media)
- Regex
- from/to/date/etc
- Integration of any other ideas as we go along