mobfot
mobfot copied to clipboard
:soccer: An unofficial Python client for the FotMob API
### Description In addition, switched to using `tox` for running linting and tests. Added SECURITY.md ### Checklist - [x] Code compiles correctly - [x] Created tests which fail without the...
### What feature would you like to see? I’d love to see a feature like get_matches_by_league(id) (it could work just like get_matches_by_date(date))
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The parameters in `get_league` do not affect the output. All of...
### What feature would you like to see? Also include instructions on how to set up the project for development
### What feature would you like to see? https://docs.pydantic.dev/latest/
### What feature would you like to see? https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository
### What feature would you like to see? https://hatch.pypa.io/latest/ or https://python-poetry.org/
### What feature would you like to see? https://pypi.org/project/mkdocs-pyscript/
Create a timeout parameter to not wait indefinitely for the server and add a `requirements.txt `file. ### Description Add `requirements.txt` file and add a timeout to not wait for the...