https://github.com/bennie/twitter-delete
Delete everything out of a twitter account. Uses browser automation (Selenium & Python) -- no need for twitter API.
https://github.com/bennie/twitter-delete
selenium twitter
Last synced: 5 months ago
JSON representation
Delete everything out of a twitter account. Uses browser automation (Selenium & Python) -- no need for twitter API.
- Host: GitHub
- URL: https://github.com/bennie/twitter-delete
- Owner: bennie
- License: gpl-3.0
- Created: 2023-10-16T19:05:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T18:35:33.000Z (over 1 year ago)
- Last Synced: 2024-11-29T19:35:33.208Z (over 1 year ago)
- Topics: selenium, twitter
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twitter-delete
A basic script to delete all your tweets.
It uses python and Selenium to drive a local Firefox browser to do the work. (No twitter API usage.)
## How to use:
1. Get a backup of your tweets.
2. Put your username and password in a file called "credentials.txt" looking something like this:
```
username: tweetyacount
password: seekrit
```
3. Put that "credentials.txt" and "tweets.js" from your backup into the same directory
4. Then run the script. And watch the tweets slowly go away
```
./delete.py
```
Have fun!
Expect Twitter to slow-roll your connection or throw a few errors at you. It's awful curious how that happens if you've been deleting a few hundred tweets.