Skip to content

Instantly share code, notes, and snippets.

@tomger
tomger / delete_tweets.py
Last active February 3, 2018 15:30
Yet another tweet deleter, the other gists didn't work for me.
import sys
import tweepy # pip install tweepy
# options
dry_run = True
# Twitter API credentials
# Go to https://apps.twitter.com
consumer_key = ""
consumer_secret = ""
@tomger
tomger / fatc.html
Created September 30, 2010 21:52
a twitter client in stratified javascript ( http://fatc.onilabs.com )
<!DOCTYPE html>
<html><head>
<title>Fork-A-Twitter-Client</title>
<!--
Basic OniApollo/StratifiedJS Twitter Client application scaffold.
See http://fatc.onilabs.com/
THIS FILE IS IN THE PUBLIC DOMAIN.