1
0
mirror of https://gitlab.com/2-chainz/2-chainz-twitter-bot.git synced 2025-06-15 14:46:49 +00:00

add keys file so its clear where it should be

This commit is contained in:
Anson Biggs 2021-08-10 10:57:02 +00:00
parent d1182731bd
commit 366a0c224b

6
tweet/keys.py Normal file
View File

@ -0,0 +1,6 @@
keys = {
"API": "API_KEY_HERE",
"API_SECRET": "API_SECRET_KEY_HERE",
"TOKEN": "TOKEN_KEY_HERE",
"TOKEN_SECRET": "TOKEN_SECRET_KEY_HERE",
}