Python client library to easily integrate with FIVB VIS Web Service public data.
Responses are formatted using JSON.
pip3 install fivbvis
from fivbvis import VolleyMatch
vb = VolleyMatch()
print(vb.match(9211))
{
"data":{
"assistantScorerCountryCode":"None",
"assistantScorerFirstName":"None",
"assistantScorerLastName":"None",
"beginDateTimeUtc":"2018-10-07T04:25:00Z",
"buyTicketsUrl":"",
"city":"Nagoya",
"countryCode":"JP",
"countryName":"Japan",
"dateLocal":"2018-10-07",
...
}
}
$ git clone git@github.com:claromes/fivbvis.git
$ cd fivbvis
$ pip3 install -r dev-requirements.txt
-
Article Object
-
Beach Object
-
Confederation Object
-
Federation Object
-
Image Object
-
Match Object
-
Phase Object
-
Player Object
-
Round Object
-
Tournament Object
-
VolleyClub Object
-
VolleyLive Object
-
VolleyMatch Object
-
VolleyPlayer Object
-
VolleyPool Object
-
VolleyRankingDefinition Object
-
VolleyStatistic Object
-
VolleyTeam Object
-
VolleyTournament Object
-
VolleyTransfer Object