bulk-tweet-delete A quick and simple python script to delete all of your tweets. How to 1. Get your twitter developer credentials Follow the instructions in this StackOverflow answer 2. Download or clone this repository Insert the key and secret obtained from step 1. as values into the variables in main.py 3. Install tweepy pip install tweepy 4. Run Open a console in the folder where main.py is located and run the file py main.py