12 lines
231 B
Python
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"
|
||
|
|