Skip to content

Instantly share code, notes, and snippets.

@richarddunks
Forked from datapolitan/twython_example.py
Created March 7, 2023 03:23
Show Gist options
  • Save richarddunks/99ac2868de40194984cf93b17b786f64 to your computer and use it in GitHub Desktop.
Save richarddunks/99ac2868de40194984cf93b17b786f64 to your computer and use it in GitHub Desktop.
from twython import Twython
twitter = Twython(APP_KEY, APP_SECRET,
OAUTH_TOKEN, OAUTH_TOKEN_SECRET)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment