From 3759dadb05450a24511e8ae4e350979009201d32 Mon Sep 17 00:00:00 2001 From: Rripped <75929322+Rripped@users.noreply.github.com> Date: Tue, 15 Mar 2022 15:04:32 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1dbcb5d..0c0f26f 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,8 @@ WebEngineering2 Projekt: Aktien und News Bot für Telegram ## Dokumentation - Postman-API -> docs/postman.json - Datenbank -> database/* + +## Local setup for telegram bot +1. create .env and set API keys etc. (use .env.example for this) +2. install required libs via ``pip install -r ./telegram_bot/requirements.txt`` +3. run bot.py via ``python ./telegram_bot/bot.py``