Download your class's Piazza as a beautiful LaTeX PDF for offline use.
- Install
pip
andpdflatex
if you don't have them already. - Install the Piazza Python API with
pip install piazza_api
. - Run the program with
python piazza-to-latex.py
You will have to enter your Piazza credentials along with the class ID (https://piazza.com/class/CLASS_ID). The PDF will be saved in your current directory and should open automatically.
There have been some issues with symbols from encodings outside of UTF-8. A workaround is to keep pressing "enter" at the pdflatex
warning prompts.