Skip to content

A multi-threaded python script to delete all your tweets

License

Notifications You must be signed in to change notification settings

0x7067/delete-tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delete-tweets

A multi-threaded python script to delete all your tweets

requirements

python 2

quick and dirty how to

  • create a twitter app in https://apps.twitter.com
  • authorize your app with your twitter account (the one which you wanna delete all your tweets)
  • get your keys
  • clone the repository
  • run $ pip install -r requirements.txt
  • create a config.json file with the following template and inserting your keys:
{
    "twitter":{
        "consumer_key":"",
        "consumer_secret":"",
        "access_key":"",
        "access_secret":""
    }
}
  • run the script with $ python delete_all_tweets.py

About

A multi-threaded python script to delete all your tweets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages