GeometrizeTwitterBot  1.0
Python Twitter bot for geometrizing images into geometric primitives
Namespaces | Functions | Variables
config.py File Reference

Namespaces

 config
 Module containing secret Twitter API keys and bot configuration info.
 

Functions

def config.validate_credentials ()
 Checks whether credentials have been filled out in the bot configuration file. More...
 

Variables

string config.OAUTH_CONSUMER_KEY = "YOUR_VALUE_HERE"
 
string config.OAUTH_CONSUMER_SECRET = "YOUR_VALUE_HERE"
 
string config.OAUTH_ACCESS_TOKEN = "YOUR_VALUE_HERE"
 
string config.OAUTH_ACCESS_SECRET = "YOUR_VALUE_HERE"
 
string config.UNCONFIGURED_CREDENTIAL_VALUE = "YOUR_VALUE_HERE"
 Secret Twitter app keys. More...
 
string config.TWITTER_BOT_USERNAME = "@Geometrizer"
 Twitter username of the account that will run the Geometrize bot. More...
 
list config.TWITTER_BOT_WATCH_ACCOUNTS = ['4730923097', '809439447796355072']
 Twitter user ids of accounts that the Geometrize bot will watch for new tweets. More...