Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdungs/twitter.delet0r
Delete all your tweets.
https://github.com/kdungs/twitter.delet0r
hack script
Last synced: 8 days ago
JSON representation
Delete all your tweets.
- Host: GitHub
- URL: https://github.com/kdungs/twitter.delet0r
- Owner: kdungs
- License: mit
- Created: 2014-06-10T18:56:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-10T19:39:20.000Z (over 10 years ago)
- Last Synced: 2023-03-24T18:56:35.077Z (over 1 year ago)
- Topics: hack, script
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twitter.delet0r
Delete all your tweets.## Prerequisites
* Install [Python-Twitter](https://github.com/bear/python-twitter)
* [Register a Twitter-App](https://apps.twitter.com) and allow it to read and write your profile.## Installation and Usage
1. `git clone https://github.com/kdungs/twitter.delet0r`
2. Edit the file `delet0r.py` to include the keys you obtained from Twitter's Apps page.
3. `python2 delet0r.py`
4. You might have to repeat step 3 multiple times because Twitter only allows a maximum of 200 statuses per request.