Skip to content

Instantly share code, notes, and snippets.

View JasonShao55's full-sized avatar

Jason JasonShao55

  • UC San Diego
  • San Diego, CA
  • 08:30 (UTC -07:00)
View GitHub Profile
#!/usr/bin/env python
import sys, os, time
import tweepy
keys = dict(
consumer_key='_YOUR_CONSUMER_KEY',
consumer_secret='_YOUR_SECRET_KEY',
access_token='_YOUR_ACCESS_TOKEN',
access_token_secret='_YOUR_ACCESS_TOKEN_SECRET'
)