mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 15:17:28 +00:00
Moved from bravos to IEX
This commit is contained in:
parent
43b9645ba2
commit
51327491f3
@ -8,11 +8,9 @@ import telegram
|
|||||||
from telegram.ext import CommandHandler, Filters, MessageHandler, Updater
|
from telegram.ext import CommandHandler, Filters, MessageHandler, Updater
|
||||||
|
|
||||||
import credentials
|
import credentials
|
||||||
|
import tickerInfo
|
||||||
|
|
||||||
# Make sure to update credentials.py with your secrets
|
TOKEN = credentials.secrets['TELEGRAM_TOKEN']
|
||||||
TOKEN = credentials.secrets['TOKEN']
|
|
||||||
BRAVOS_API = credentials.secrets['BRAVOS_API']
|
|
||||||
ALPHA_API = credentials.secrets['ALPHA_API']
|
|
||||||
|
|
||||||
"""Simple Bot to reply to Telegram messages.
|
"""Simple Bot to reply to Telegram messages.
|
||||||
This program is dedicated to the public domain under the CC0 license.
|
This program is dedicated to the public domain under the CC0 license.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user