A Telegram bot to let anyone print stickers and images on a Cat Printer. Great for cons and events.
https://t.me/PublicPrintBot
.idea | ||
.gitignore | ||
auth.go | ||
config.example.yml | ||
go.mod | ||
go.sum | ||
handler.go | ||
jobs.go | ||
LICENSE | ||
main.go | ||
project.go | ||
README.md | ||
settings.go | ||
telegram.go |
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.