From c6e992a3e2580f8adef183d2bd45c4028a29b088 Mon Sep 17 00:00:00 2001 From: Rripped <75929322+Rripped@users.noreply.github.com> Date: Thu, 17 Mar 2022 17:36:14 +0100 Subject: [PATCH] Create README.md --- telegram_bot/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 telegram_bot/README.md diff --git a/telegram_bot/README.md b/telegram_bot/README.md new file mode 100644 index 0000000..abda9e2 --- /dev/null +++ b/telegram_bot/README.md @@ -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``