TelegramAktienBot/telegram_bot/README.md

7 lines
319 B
Markdown
Raw Normal View History

2022-03-17 16:36:14 +00:00
## 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``