6 lines
152 B
Python
6 lines
152 B
Python
# Variables that contains the user credentials to access Twitter API
|
|
ACCESS_TOKEN = ""
|
|
ACCESS_TOKEN_SECRET = ""
|
|
CONSUMER_KEY = ""
|
|
CONSUMER_SECRET = ""
|