Create README.md

This commit is contained in:
Rripped 2022-03-17 17:36:14 +01:00 committed by GitHub
parent c750e4778d
commit c6e992a3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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``