Python match farm
Use python to scrape matches from the Riot APIs
Sample usage
Setup:
from src.ingestor import Ingestor
from src.config import Config
API_KEY="<Riot API Key here>"
userConfig= Config(API_KEY)
test = Ingestor(userConfig)
print(test.REGION_NA1)
Download fixed size
from src import ingestor
from src.config import Config
from src.download_Controller import Download_Controller
from src.local_download import Local_Download
configUser = Config("<Riot API Key here>")
downloadType = Local_Download()
ingestorEngine = ingestor.Ingestor(configUser)
downloader = Download_Controller(downloadType, ingestorEngine)
downloader.downloadFixed('Kascadian', 50)
Release files for matchfarm 0.1.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| matchFarm-0.1.10.tar.gz | 17.8 kB | Details |
Release files / matchFarm-0.1.10.tar.gz
| Download URL | matchFarm-0.1.10.tar.gz |
|---|---|
| Size | 17.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8e7c5e277e1294a5d185e3fd679c262f7c682308944b347a93a4c6f4078eaaac
|
|
BLAKE2b-256 checksum How to use checksums |
b73dc6ab37e7ec0f05c6c23178b95b03da3eb2a33fc1b53e4100361513e9534c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.8.9
|