Skip to content

Instantly share code, notes, and snippets.

View hlfshell's full-sized avatar

Keith Chester hlfshell

  • San Diego, CA
View GitHub Profile
@hlfshell
hlfshell / CleanPlate.py
Created November 11, 2010 13:37
Wipe your twitter messages in your account
#! /usr/bin/env python
import twitter, time
from getpass import getpass
consumerKey = 'CONSUMERKEY'
consumerSecret = 'CONSUMERSECRET'
accessToken = 'ACCESSTOKEN'
accessSecret = 'ACCESSSECRET'