2cc64919fd
Check in sample config file
11 lines
231 B
Python
11 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"
|
|
|