1
0
mirror of https://gitlab.com/2-chainz/2-chainz-rest.git synced 2025-08-03 03:51:24 +00:00
Files
2-Chainz-Rest/tweet/readme.md
2020-04-20 22:11:00 -07:00

273 B

You need to add your twitter api keys to a keys.py file in this directory with the following format:

keys = {
    "API": "API_KEY_HERE",
    "API_SECRET": "API_SECRET_KEY_HERE",
    "TOKEN": "TOKEN_KEY_HERE",
    "TOKEN_SECRET": "TOKEN_SECRET_KEY_HERE",
}