Skip to content

A stock helper bot which can be controlled using Telegram.

License

Notifications You must be signed in to change notification settings

exislow/telegram-stonks-bot

Repository files navigation

Telegram Stonks Bot

This bot offers some helping stock features and can be controlled using Telegram.

Under heavy development!

Requirements

  • Python >= 3.7

How to start?

pip install -f requirements.txt
cp stonks_bot/config.py.dist stonks_bot/config.py
vim stonks_bot/config.py
python bot.py

TODO

  • Get README.md straight.
  • Add more features.
  • Comment the whole code.
  • Proper logging to file.
  • Optimize traffic usage: Keep symbols in bot_data and link them to chat_data list)
  • Fix periodic up/down checker: Does not notify chats.
  • Add source links to all data messages.