Denis Tu Nov, 2021
![GitHub last commit](https://img.shields.io/github/last-commit/DmarshalTU/DevBot?style=plastic)
https://user-images.githubusercontent.com/59089266/140767630-62492cf4-01ae-4354-a671-36e4c61828cc.mp4
Make sure you have ansible, awscli, terraform and python installed on the machine.
git clone repo
cd repo
python3 -m venv .venv
source .venv/bin/activate
pip install -r requiremnts.txt
touch .env
In file .env copy:
TOKEN = 'BOT_TOKEN'
ADMIN = YOUR_TELEGRAM_ID
Start the bot:
python bot.py