forked from ideoforms/python-twitter-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py
More file actions
14 lines (13 loc) · 798 Bytes
/
config.py
File metadata and controls
14 lines (13 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#--------------------------------------------------------------------------------
# These tokens are needed for user authentication.
# Credentials can be generated via Twitter's Application Management:
# https://developer.twitter.com/en/apps
#--------------------------------------------------------------------------------
#consumer_key = "XxXxXxxXXXxxxxXXXxXX"
#consumer_secret = "xXXXXXXXXxxxxXxXXxxXxxXXxXxXxxxxXxXXxxxXXx"
#access_key = "XXXXXXXX-xxXXxXXxxXxxxXxXXxXxXxXxxxXxxxxXxXXxXxxXX"
#access_secret = "XxXXXXXXXXxxxXXXxXXxXxXxxXXXXXxXxxXXXXx"
access_key = "26203763-I1TOKFe8RyhvTPtKlwpLAvBFT8yMbCdwbzR0s9A88"
access_secret = "nR3wz9bGw5arlhk3O5HHte6bftbdCFjGfMyEK9kvunLHz"
consumer_key = "e8oEophx4DM7e8huTiDHc1SFk"
consumer_secret = "aI1lIag57SHwhjQA2hwP3Q9UNlrUHVifO8Ne6JaCjMw5JnRtK8"