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-parserAnd then install dependencies using pip
pip install -r requirements.txtGet 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.pyGet LNFS data
python get-lnfs-player-evetns.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.