Merge remote-tracking branch 'origin/main'

This commit is contained in:
Administrator 2022-03-17 17:37:33 +01:00
commit 988c2b5040
2 changed files with 6 additions and 7 deletions

View File

@ -17,10 +17,3 @@ WebEngineering2 Projekt: Aktien und News Bot für Telegram
## Dokumentation
- Postman-API -> docs/postman.json
- Datenbank -> database/*
## Local setup for telegram bot
0. 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``

6
telegram_bot/README.md Normal file
View File

@ -0,0 +1,6 @@
## Local setup for telegram bot
0. 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``