Skip to content

0xF3RN/TGbot_for_printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CUPS: Telegram printing bot

Linux only 🐧

Preparation list

Telegram API TOKEN - guide Telegram IDs - guide CUPS printer name - later

Installation

To get started with the project, follow these installation steps:

  1. Clone the repository:
git clone https://github.com/0xF3RN/telegram_printing_assistant.git
  1. Navigate to the project directory:
cd telegram_printing_assistant
  1. Install the project dependencies:
pip install -r requirements.txt
  1. Run the script:
python3 main.py

Gonna add soon:

  • Random facts for unauthenticated users
  • setup.py
  • docker (prob)