implemented /news and deleted debugbot (edit BOT_API_KEY instead) #2

Merged
Rripped merged 40 commits from bot-features into main 2022-03-16 09:08:43 +00:00
Showing only changes of commit 9e2cdc00b5 - Show all commits

View File

@ -19,6 +19,8 @@ WebEngineering2 Projekt: Aktien und News Bot für Telegram
- Datenbank -> database/* - Datenbank -> database/*
## Local setup for telegram bot ## Local setup for telegram bot
1. create .env and set API keys etc. (use .env.example as a layout) 0. optional: build virtual env by ``python -m venv venv``
2. install required libs via ``pip install -r ./telegram_bot/requirements.txt`` ``env/Scripts/activate``
3. run bot.py via ``python ./telegram_bot/bot.py`` 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``