Skip to content

Instantly share code, notes, and snippets.

@minimumnz
minimumnz / embed_image.py
Last active August 29, 2015 14:17
Embed an image with a tweet using Twitter API and Twython
from twython import Twython
import sys
import requests
import shutil
CONSUMER_KEY = ''
CONSUMER_SECRET = ''
OAUTH_TOKEN = ''
OAUTH_TOKEN_SECRET = ''