architv / soccer-cli

:soccer: Football scores for hackers. :computer: A command line interface for all the football scores.
MIT License
1.09k stars 222 forks source link

# Feature Request: Add World Cup #133

Open drubenstein opened 6 years ago

drubenstein commented 6 years ago

With the World Cup API being live would it be possible to add connectivity to it?

erikboto commented 6 years ago

I've just made a quick pull request that adds WC: https://github.com/architv/soccer-cli/pull/134

I've just tried soccer-cli now to get WC scores, so I don't know if something else should be done. But e.g. soccer --league WC --upcoming --time 10 seems to work just fine.

erikboto commented 6 years ago

Made a new PR that includes all teams, so you can use e.g. soccer --team SWE.

https://github.com/architv/soccer-cli/pull/135