An easy command line interface for the 2018 World Cup
No need to get an API key! , wc18-cli uses a json file from lsv fifa-worldcup-2018 that is updated frecuently
wc18-cli is only supported with python 3.6 due to the use of f-strings be aware before pip installing
$ pip install wc18-cli
$ git clone https://github.com/SkullCarverCoder/wc18-cli.git
$ cd wc18-cli
$ python setup.py install
$ wc18 --country=germany # germany is the name of the team desired to see stats
$ wc18 --country=Argentina --allmatches=True # Argentina is the name of the team desired to see stats
$ wc18 --group=d # groups letter must be in lower case
$ wc18 --bracket=True
$ wc18 --help
- Add Group statistics
- Enable cache
- Add test cases
- Add knockoff matches logic
- Add watch for live score scraping from twitter
Feel free to contact me to my email for ideas and to fork this Repo!
Open sourced under MIT License