Skip to content

bichselb/sjv-license-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Downloader for SJV licensees from Fairgate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages