Advertisement
Guest User

Untitled

a guest
Nov 14th, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # Get these settings from the "OAuth" tab at https://dev.twitter.com/apps
  2. #---------------------------------------------------------------------------
  3. SWITTER_CONSUMER_KEY = '...'
  4. SWITTER_CONSUMER_SECRET = '...'
  5. SWITTER_ACCESS_TOKEN = '...'
  6. SWITTER_ACCESS_TOKEN_SECRET = '...'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement