Simple discord bot that prints any message you give it to my devterm printer.
Can also be used for other printer devices.. If you dare.
Example of the printer output:
python3 -m pip install -U discord.py
Create token.txt
file with your bots token in same folder as printerbot.py
is.
Token has to be on the first line.
python3 printerbot.py
Use the bots application page to do this, then invite it to your server
$print Hello world!
It should report you what's happening and if all goes well, print the message.
Devterm printer seems to support only ASCII characters.