A Telegram bot to let anyone print stickers and images on a Cat Printer. Great for cons and events. https://t.me/PublicPrintBot
Go to file
2024-09-18 15:18:58 +02:00
.idea First commit 2024-09-18 15:18:58 +02:00
.gitignore First commit 2024-09-18 15:18:58 +02:00
auth.go First commit 2024-09-18 15:18:58 +02:00
config.example.yml First commit 2024-09-18 15:18:58 +02:00
go.mod First commit 2024-09-18 15:18:58 +02:00
go.sum First commit 2024-09-18 15:18:58 +02:00
handler.go First commit 2024-09-18 15:18:58 +02:00
jobs.go First commit 2024-09-18 15:18:58 +02:00
LICENSE First commit 2024-09-18 15:18:58 +02:00
main.go First commit 2024-09-18 15:18:58 +02:00
project.go First commit 2024-09-18 15:18:58 +02:00
README.md First commit 2024-09-18 15:18:58 +02:00
settings.go First commit 2024-09-18 15:18:58 +02:00
telegram.go First commit 2024-09-18 15:18:58 +02:00

PublicPrintBot

PublicPrintBot is a Telegram bot that allows anyone (or selected users) to print their stickers, images and documents on Cat Printer.

It uses the massivebox/go-catprinter library to communicate with the printer.

It's a great trick for cons, hacker camps etc. If you're running this anywhere, please let me know!

Deploying

  • Build the project with go build .
  • cp config.example.yml config.yml
  • Edit config.yml according to your needs
  • Turn on your printer and run the executable. Root privileges might be needed.