1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-07-27 00:21:41 +00:00

moved files for telegram bot into thier own folder

This commit is contained in:
2019-02-05 17:02:43 -07:00
parent 3764f5f2a6
commit b3d83a72b4
5 changed files with 2 additions and 2 deletions

7
bot/credentials.py Normal file
View File

@@ -0,0 +1,7 @@
secrets = {
"TELEGRAM_TOKEN": "TELEGRAM BOT TOKEN HERE",
"TWITTER_CONSUMER_API": "CONSUMER_API",
"TWITTER_CONSUMER_SECRET": "CONSUMER_SECRET",
"TWITTER_ACCESS_TOKEN": "ACCESS_TOKEN",
"TWITTER_ACCESS_SECRET": "ACCESS_SECRET",
}