twitools/config.py
Klaus-Uwe Mitterer 2cc64919fd Allow filler.py to use the external config file
Check in sample config file
2015-04-16 00:53:15 +02:00

12 lines
231 B
Python

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"