This bot offers some helping stock features and can be controlled using Telegram.
Under heavy development!
- Python >= 3.7
pip install -f requirements.txt
cp stonks_bot/config.py.dist stonks_bot/config.py
vim stonks_bot/config.py
python bot.py
- 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.