14 lines
634 B
Markdown
14 lines
634 B
Markdown
# 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](https://git.massivebox.net/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](https://massivebox.net/contact)!
|
|
|
|
## 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.
|
|
|