Skip to main content

Lose streak meter for League of legends

Project description

leaguelosestreakmeter

Lose streak meter for League of legends

Actually checking only Ranked games

Installing

pip install leaguelosestreakmeter

You also need to have an API key from Riot. Get that from here

Usage

Easy to use ;)

import leaguelosestreakmeter as llsm

riot_api_key = "<riot-api-key>"
region = "EUN1" # other regions list: https://developer.riotgames.com/docs/lol

nickname = input("Enter nickname: ")

losestreak = llsm.losestreak(riot_api_key, region, nickname)
print("Losestreak: {}".format(losestreak))

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

leaguelosestreakmeter-0.0.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

leaguelosestreakmeter-0.0.2-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

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