TelegramAktienBot/telegram_bot
2022-03-17 17:36:14 +01:00
..
deploy Use 2 docker containers for bot and webservice 2022-03-12 20:02:39 +01:00
news added auto sources for news 2022-03-16 13:32:26 +01:00
shares Welcome message for updates and change in json 2022-03-16 17:49:57 +01:00
api_handler.py update function now getting share data from json and updating on all shares 2022-03-16 17:42:46 +01:00
bot.py github spinnt 2022-03-17 14:09:35 +01:00
db_handler.py created db_handler and fetchers 2022-03-15 08:55:12 +01:00
Dockerfile Use python:3.10-slim 2022-03-16 10:41:13 +01:00
README.md Create README.md 2022-03-17 17:36:14 +01:00
requirements.txt updated reqs and news sources 2022-03-16 12:58:58 +01:00

Local setup for telegram bot

  1. optional: build virtual env by python -m venv venv env/Scripts/activate
  2. create .env and set API keys etc. (use .env.example as a layout)
  3. install required libs via pip install -r ./telegram_bot/requirements.txt
  4. run bot.py via python ./telegram_bot/bot.py