
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
[TBA] a lot of things
pip install lolalytics-api
get_tierlist
def get_tierlist(n: int = 10, lane: str = '', rank: str = '')
{
"0": {
"rank": "1",
"champion": "Ahri",
"tier": "S+",
"winrate": "52.73"
},
"1": {
"rank": "2",
"champion": "Yone",
"tier": "S",
"winrate": "50.92"
}
}
get_counters
def get_counters(n: int = 10, champion: str = '', rank: str = '')
{
"0": {
"champion": "Akali",
"winrate": "47.91"
}
}
display_ranks
def display_ranks(display: bool = True)
display_lanes
def display_lanes(display: bool = True)
get_champion_data
def get_champion_data(champion: str, lane: str = '', rank: str = '')
{
"winrate": "51.7%",
"wr_delta": "0.93%",
"game_avg_wr": "50.77%",
"pickrate": "7.46%",
"tier": "S+",
"rank": "1 / 99",
"banrate": "10.27%",
"games": "67,380"
}
matchup
def matchup(champion1: str, champion2: str, lane: str = '', rank: str = '')
{
"winrate": "49.8%",
"number_of_games": "1,000"
}
patch_notes
def patch_notes(rank: str = '')
{
"buffed": {
"0": {
"champion": "Fiddlesticks",
"winrate": "52.48% (+0.80%)",
"pickrate": "2.88 (+0.55)",
"banrate": "3.12 (+0.47)"
}
},
"nerfed": {
"0": {
"champion": "Ryze",
"winrate": "49.03% (-0.67%)",
"pickrate": "3.45 (-0.07)",
"banrate": "0.68 (-0.10)"
}
},
"adjusted": {
"0": {
"champion": "Briar",
"winrate": "52.66% (+0.61%)",
"pickrate": "3.70 (+0.63)",
"banrate": "5.14 (+1.53)"
}
}
}
FAQs
Unofficial Lolalytics scraper
We found that lolalytics-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.