Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 2.43 KB

README.md

File metadata and controls

73 lines (55 loc) · 2.43 KB

Header

DevOps TG_BOT

Denis Tu Nov, 2021

GitHub last commit

🔧 Technologies & Tools

📈 GitHub Stats

Readme Card

Denis.APP.BOT.mp4

0: Pre-Instalation

  • Create Telegram bot with BotFather
  • Create IAM user with admin privilage in AWS

1: Instalation

Make sure you have ansible, awscli, terraform and python installed on the machine.

TODO#DEV

  • [: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



TODO#DEV

  • [:white_large_square:] Create bot description
  • [:white_large_square:] Create work flow
  • [:white_large_square:] Create examples



TODO#DEV

  • [:white_check_mark:]
  • [:white_large_square:]