/pgdownloader

This script allows admin of provinggrounds to download all PG guides to desktop.

Primary LanguagePython

pgdownloader

  • This script allows admin of provinggrounds to download all PG guides to desktop.

Prerequisite

Installation

cd pgdownloader
pip install -r requirements.txt

# Alternatively using python venv :
cd pgdownloader
python3 -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt

# Type this when you have finish using pgdownloader
deactivate

Usage

python pgdownloader <username> <password>

Screenshots

image

image

Todo

  • Check for changes / new machines
  • Download the difference to disk
  • Efficiency