Skip to content

Instantly share code, notes, and snippets.

@robincamille
Created March 30, 2016 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robincamille/2ccad0ba2818a13e156c2ec4aca59f32 to your computer and use it in GitHub Desktop.
Save robincamille/2ccad0ba2818a13e156c2ec4aca59f32 to your computer and use it in GitHub Desktop.
Credentials
# Credentials for your Twitter bot account
# Original script (kept up to date): https://github.com/robincamille/bot-tutorial/blob/master/credentials.py
# 1. Sign into Twitter or create new account
# 2. Make sure your mobile number is listed at twitter.com/settings/devices
# 3. Head to apps.twitter.com and select Keys and Access Tokens
CONSUMER_KEY = 'XXXXXXX'
CONSUMER_SECRET = 'XXXXXXX'
# Create a new Access Token
ACCESS_TOKEN = 'XXXXXXX'
ACCESS_SECRET = 'XXXXXXX'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment