Skip to main content

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


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.3.tar.gz (17.3 kB view details)

Uploaded Source

File details

Details for the file matchFarm-0.1.3.tar.gz.

File metadata

  • Download URL: matchFarm-0.1.3.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

Hashes for matchFarm-0.1.3.tar.gz
Algorithm Hash digest
SHA256 cde4c43ae2a56fa3d5b65e5a24c91edd02fa0ab5cbe04598a22b9fd4445b4d4c
MD5 97000142f566a1593d760167c93d60f7
BLAKE2b-256 e75cf7fca2065ac9576f161e4df7e0d42ee19d8bdc9058ec8cba7e568871dea5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page