Update README.md

This commit is contained in:
Rripped 2022-03-15 15:05:35 +01:00 committed by GitHub
parent 3759dadb05
commit 7c40f12703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,6 @@ WebEngineering2 Projekt: Aktien und News Bot für Telegram
- Datenbank -> database/*
## Local setup for telegram bot
1. create .env and set API keys etc. (use .env.example for this)
1. create .env and set API keys etc. (use .env.example as a layout)
2. install required libs via ``pip install -r ./telegram_bot/requirements.txt``
3. run bot.py via ``python ./telegram_bot/bot.py``