Skip to content

Instantly share code, notes, and snippets.

View unlobito's full-sized avatar

Harley Watson unlobito

View GitHub Profile
@unlobito
unlobito / unblock_all.py
Last active January 16, 2018 00:58 — forked from kristopherjohnson/unblock_all.py
Unblock all blocked Twitter accounts
#!/usr/bin/env python3
# Dependency: pip3 install twitter
import twitter
# Go to http://apps.twitter.com/, create an app, and fill in these values:
consumer_key = 'www'
consumer_secret = 'xxx'
access_token = 'yyy'
access_token_secret = 'zzz'