who needs a screen anyway
unfortunately windows only. no plans to change that since the driver that this relies on is also windows only
- obtain an Epson TM-88IV receipt printer (others might work too!)
- i am not responsible for any abandoned bookstore ransackings
- create a discord bot on the developer portal
- in the Bot menu, toggle on the "message content" intent and copy the bot's token
- create a file called
.envin this directory, containingTOKEN=[paste the token] - configure the bot in
config.py(the most important setting is the channel id) - run
run.bat, or on powershell:
python -m venv .venv
.venv\Scripts\Activate.ps1
pip install -r requirements.txt
python main.py(PLEASE USE A VENV)
The voices
- receiving and printing messages
- avatars
- markdown
- emoji
- image attachments
- other attachments (somehow)
- replies
- embeds
