Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 774 Bytes

File metadata and controls

36 lines (24 loc) · 774 Bytes

Futsal parser

Futsal parser is a Python scripts for getting data from AMFR and LNFS leagues to count fantasy points.

Installation

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

Usage

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.