Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 946 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 946 Bytes

SJV License Downloader

Downloader for SJV licenses from Fairgate.

Problem

Downloading the licenses of all members of a Swiss judo club is very inconvenient.

Without this tool, one needs to go over all members and download the license:

Screenshot

This tool automates this process.

Install

We recommend to install sjv-license-downloader via miniconda. After installing miniconda, prepare a new environment for sjv-license-downloader via:

conda env remove -n sjv-license-downloader
conda create --name sjv-license-downloader --yes python=3.12
conda activate sjv-license-downloader

Then, you can install sjv-license-downloader:

pip install argparse tqdm selenium PyMuPDF

Run

Download all SJV licenses from Fairgate:

python sjv_license_downloader.py --club_name CLUBNAME --username USERNAME --password PASSWORD