twitools/config.py

12 lines
231 B
Python
Raw Normal View History

dbpath = "Database.db" # Path to the database file
user = "User Name" # Your twitter handle (without the @)
''' Details about your app '''
cke = "Consumer Key"
cse = "Consumer Secret"
ato = "Access Token"
ase = "Access Secret"