b8king / class-schedule-telegram-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typing SVG

commands

  1. sudo apt install python3-venv
  2. python3 -m venv venvBOT
  3. sudo apt install screen
  4. screen

libraries

  1. pip install aiogram
  2. pip install pillow
  3. pip install pyexcel
  4. pip install openpyxl
  5. pip install bs4
  6. pip install pyexcel-xls
  7. pip install pyexcel-xlsx
  8. pip install pyexcel-xlsxw

start bot

  1. source venvBOT/bin/activate
  2. python3 main.py

About


Languages

Language:Python 100.0%