Used to retrieve data about Flemish basketball competitions using the public API of Basketbal Vlaanderen.
Project description
This Python package can be used to retrieve data about Flemish basketball teams. It sends queries directly to the official API of Basketbal Vlaanderen in order to get the latest information.
Features
The API’s official documentation includes the following warning:
De API’s vermeld in dit document mogen enkel gebruikt worden voor de integratie van wedstrijdkalenders, wedstrijdresultaten en rangschikkingen op websites van clubs die bij de Vlaamse Basketballiga vzw aangesloten zijn. Alle andere partijen of organisaties die de API’s wensen te gebruiken, dienen contact op te nemen.
The package was designed with these restrictions in mind, and thus, the package only provides partial coverage of the official API’s functionality. This package can be used to retrieve information about:
- a team’s competitions
- a team’s competitive game schedule
Check out the documentation for more information.
Install
You can install this package using pip:
$ pip install --user bvl-api
License
This project is released under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.