A CLI wrapper for interacting with https://petergao.cc/ustpastpaper/index.php, written in Python.
- interactive TUI
- extensive commands
- better filenames
- never lost track of your quota
pip install -e .petergaopetergao auth
petergao quota
petergao list COMP2011
petergao download COMP2011 --exams
petergao download COMP2011 --all --outdir ./papers- Sessions are stored in a local config file under your platform's config directory.
- The default output directory is your OS Downloads directory when it exists, otherwise the current directory.
- Use
--dry-runto preview which files would be downloaded without spending quota.
