1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 06:56:46 +00:00

File to hold your telegram TOKEN

This commit is contained in:
Anson 2019-01-11 22:13:25 -07:00
parent adf677f855
commit 92e44d1e58

3
credentials.py Normal file
View File

@ -0,0 +1,3 @@
secrets = {
'TELEGRAM_TOKEN': "TELEGRAM BOT TOKEN HERE"
}