Skip to content

pyonghe/pgdownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages