This release is a pre-release and may not be stable for production use.
Euroleague and Eurocup Scrapper
Welcome to newstats.eu Euroleague and Eurocup scrapper!
This is a simple project to help you download basketball data from euroleague and eurocup
You need to have python>=3.6 installed in order to use the library.
Installation and usage
Install it using:
pip install euroleague_scrapping
If you want to download Euroleague data for season 2019-2020 try:
scrapper = Euroscrapper(years=[2019])
scrapper.start()
It will create a data/euroleague folder in your current path. If you prefer a different path to store the data (lets say /tmp/data), try:
scrapper = Euroscrapper(datadir="/tmp/data",years=[2019])
scrapper.start()
If you want to download Eurocup data for season 2019-2020 try:
scrapper = Euroscrapper(league="eurocup",years=[2019])
scrapper.start()
If you want to download Euroleague data for all the seasons try (it will take a while):
scrapper = Euroscrapper()
scrapper.start()
If you want to download Euroleague data for the last 3 seasons try:
scrapper = Euroscrapper(years=[2017,2018,2019])
scrapper.start()
Hopefully you can adopt the calls to fit your needs.
If you enjoyed the library and found it useful give us a shout in Twitter @newstatseu
Release files for euroleague-scrapping 0.0.1.dev21
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| euroleague_scrapping-0.0.1.dev21.tar.gz | 10.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| euroleague_scrapping-0.0.1.dev21-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.9 kB
Release files / euroleague_scrapping-0.0.1.dev21.tar.gz
| Download URL | euroleague_scrapping-0.0.1.dev21.tar.gz |
|---|---|
| Size | 10.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
41fd5fd497fe8b84549704644e4d0bd98cd30720d95666c853b5ea0ae79ca58c
|
|
BLAKE2b-256 checksum How to use checksums |
97ec7d50d24839570fb7e0e3e89fe1227bc3fc684cfce1149f21336544a0888c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.8
|
Release files / euroleague_scrapping-0.0.1.dev21-py3-none-any.whl
| Download URL | euroleague_scrapping-0.0.1.dev21-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4aba90306014565a967df9fc812b6155266f72db019d71601c3e9bed53a48fa8
|
|
BLAKE2b-256 checksum How to use checksums |
9c3a26dcde98e50a2813ef4a7f7e2b2215bb2e436fabed53f5cb9c5d51efa860
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.8
|