Discord bot that creates PDFs from Markdown messages. Also includes functionality as an image uploader for insertion into Markdown files.
Overview and demo here.
- Python (3.7.3 and up should be fine, newer is better)
- discord.py
python-dotenv(can be installed withpip)- Pandoc
curl- LaTeX (a full installation of TeX Live should be fine)
- ImageMagick
qpdf(for page numbers)
More comprehensive setup instructions can be found here
- Put bot token in a
.envfile in the same directory asbot.py - Run
python bot.py(orpython3 bot.py, depending on your Python installation) - Follow instructions on usage here