Skip to content

Instantly share code, notes, and snippets.

View smortime's full-sized avatar
🌴

Schuyler Mortimer smortime

🌴
View GitHub Profile
@smortime
smortime / delete_tweets.py
Last active April 24, 2020 10:57
Script to delete all of your tweets. Requires Python 3.x, Twython, and API keys.
#Schuyler Mortimer
from twython import Twython
import sys
#get from twitter developer site
APP_KEY = ''
APP_SECRET = ''
TOKEN = ''
TOKEN_SECRET = ''