Skip to content

Python package for easy access to Brazilian basketball data: Novo Basquete Brasil (NBB), Liga Ouro and LDB

License

Notifications You must be signed in to change notification settings

GabrielPastorello/nbb_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypi python version license

🏀🇧🇷 nbb_api

Python package for easy access to Brazilian basketball data through scraping of LNB website.

This allows users to obtain statistics, standings, and scores for various seasons and phases of the following tournaments:

  • NBB (Novo Basquete Brasil)
  • LDB (Liga de Desenvolvimento de Basquete)
  • Liga Ouro

🚀 Installing

Via pip

Install with the following command:

pip install nbb-api

📖 Documentation

For documentation about the API methods refer to the documentation.

🔌 Example of use

from nbb_api import nbb
nbb.get_stats('2022-23','regular','cestinhas').head()

Output:

Jogador Equipe JO Min Pts 3P 2P LL Camisa Temporada
0 McClanahan Fortaleza B. C. 27 34.11 20.89 6.11 10.89 3.89 22 2022-23
1 Antonio UNIFACISA 26 31.74 17.96 6.00 8.85 3.12 11 2022-23
2 Thomas Corinthians 27 32.13 17.67 5.44 8.15 4.07 0 2022-23
3 Lucas Mariano Sesi Franca 22 27.41 17.59 7.23 7.64 2.73 28 2022-23
4 Lucas Dias Sesi Franca 20 30.65 17.50 5.85 8.60 3.05 9 2022-23

Use it wisely!

About

Python package for easy access to Brazilian basketball data: Novo Basquete Brasil (NBB), Liga Ouro and LDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages