Skip to content

Instantly share code, notes, and snippets.

View hancush's full-sized avatar
🍓

hannah cushman garland hancush

🍓
View GitHub Profile
from datetime import datetime, timedelta
import tweepy
from config import *
import requests
requests.packages.urllib3.disable_warnings()
OAUTH_KEYS = (ckey, csecret, atoken, asecret)
auth = tweepy.OAuthHandler(ckey, csecret)
twitter = tweepy.API(auth)