1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-15 23:06:40 +00:00

Moved from bravos to IEX

This commit is contained in:
Anson 2019-01-11 22:17:54 -07:00
parent 43b9645ba2
commit 51327491f3

View File

@ -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.