Skip to content

chrischriscris/pyTweetDelete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyTweetDelete

Delete all the unimportant tweets that you don't like

Usage

Clone the repo and install the required dependencies:

git clone https://github.com/chrischriscris/pyTweetDelete.git
cd pyTweetDelete
python -m venv venv # optional
source venv/bin/activate # optional
python -m pip install -r requirements.txt

Create a Twitter app and get the API keys from here. Add the keys in a .env file in the root directory of the project:

API_KEY=...
API_SECRET=...
ACCESS_TOKEN=...
ACCESS_TOKEN_SECRET=...

Run the script:

python pyTweetDelete.py

This will delete all the tweets of your user. You can also delete the tweets with more than a certain number of likes or retweets. To get more information about the options, run:

python pyTweetDelete.py --help

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

Delete all the tweets that you don't like

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages