https://github.com/dbeley/delete-all-tweets
Simple script to delete all your tweets.
https://github.com/dbeley/delete-all-tweets
Last synced: about 1 month ago
JSON representation
Simple script to delete all your tweets.
- Host: GitHub
- URL: https://github.com/dbeley/delete-all-tweets
- Owner: dbeley
- License: mit
- Created: 2019-04-05T12:45:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:47:13.000Z (over 3 years ago)
- Last Synced: 2025-01-10T10:46:21.576Z (over 1 year ago)
- Topics: twitter
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# delete-all-tweets
Simple script to delete all tweets from a timeline using tweepy.
Needs a valid config.ini file (see config_sample.ini for an example)
## Requirements
- tweepy
## Installation of the virtualenv (recommended)
```
pipenv install
```
## Usage
```
python delete-all-tweets.py
```
## Help
```
python delete-all-tweets.py -h
```
```
usage: delete-all-tweets.py [-h] [--debug] [-c]
delete-all-tweets
optional arguments:
-h, --help show this help message and exit
--debug Display debugging information
-c, --cold_run Cold run (doesn't delete anything)
```