Denis Tu Nov, 2021
Denis.APP.BOT.mp4
- Create Telegram bot with BotFather
- Create IAM user with admin privilage in AWS
Make sure you have ansible, awscli, terraform and python installed on the machine.
- [:white_large_square:] Create installation script
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
- [:white_large_square:] Create bot description
- [:white_large_square:] Create work flow
- [:white_large_square:] Create examples
- [:white_check_mark:]
- [:white_large_square:]