Farm LOL matches
Project description
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)
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.
Source Distribution
matchFarm-0.1.5.tar.gz
(17.3 kB
view details)
File details
Details for the file matchFarm-0.1.5.tar.gz.
File metadata
- Download URL: matchFarm-0.1.5.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b36ea555d7daf2c3e45969b2ceded9c5db4d7682b9cf7bed98af43a4a5b1d61e
|
|
| MD5 |
885cf901479d20bb3c8814d8f0e89688
|
|
| BLAKE2b-256 |
6aa0e5c25ab2d61ad929ed0af15d0dd8be0d06ed3193d49550b0ded9af92a2f4
|