Futsal parser is a Python scripts for getting data from AMFR and LNFS leagues to count fantasy points.
Use the Git to download futsal code
git clone https://github.com/khwabscript/futsal-parser
cd futsal-parser
And then install dependencies using pip
pip install -r requirements.txt
Get AMFR data
(If you do it first time during the season, it can take a long time - monitor the progress in superliga/fixtures folder)
python get-amfr-player-events.py
Get LNFS data
python get-lnfs-player-evetns.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.