Files
twitter-sentiment-playground/twitter_credentials.py
T
2020-04-27 11:36:28 -05:00

6 lines
152 B
Python

# Variables that contains the user credentials to access Twitter API
ACCESS_TOKEN = ""
ACCESS_TOKEN_SECRET = ""
CONSUMER_KEY = ""
CONSUMER_SECRET = ""