mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +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
|
||||
|
||||
import credentials
|
||||
import tickerInfo
|
||||
|
||||
# Make sure to update credentials.py with your secrets
|
||||
TOKEN = credentials.secrets['TOKEN']
|
||||
BRAVOS_API = credentials.secrets['BRAVOS_API']
|
||||
ALPHA_API = credentials.secrets['ALPHA_API']
|
||||
TOKEN = credentials.secrets['TELEGRAM_TOKEN']
|
||||
|
||||
"""Simple Bot to reply to Telegram messages.
|
||||
This program is dedicated to the public domain under the CC0 license.
|
||||
|
Loading…
x
Reference in New Issue
Block a user