Telegram bot that gives ability to work with printers of New Phystech in ITMO

foreverpositive bc6c7dc6fa Added primitive logging, better language selection 2 éve
.gitignore bc6c7dc6fa Added primitive logging, better language selection 2 éve
LICENSE 74619b513c Initial commit 2 éve
README.md bc6c7dc6fa Added primitive logging, better language selection 2 éve
instruction.jpg bc6c7dc6fa Added primitive logging, better language selection 2 éve
main.py bc6c7dc6fa Added primitive logging, better language selection 2 éve
phrases.csv bc6c7dc6fa Added primitive logging, better language selection 2 éve
requirements.txt bc6c7dc6fa Added primitive logging, better language selection 2 éve

README.md

New Phystech Printers Telegram Bot

Telegram bot that helps faculty members of New Phystech work with faculty's public printers.

This bot can:

  • Print text directly from chat
  • Print PDF files
  • Ask to convert non-PDF files to PDF and then print them

To activate the bot, please do this:

python -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python main.py

Licensed under GNU General Public License v3.0.