cassiopeia
cassiopeia copied to clipboard
An all-inclusive Python framework for the Riot Games League of Legends API. Cass focuses on making the data easy and fun to work with, while providing all the tools necessary to create a website or do...
closes #403 and #404 Kernel datastore is not updated.
Hello! I've been working on a personal tool with a friend and it would be helpful to put all of our playable champions into a list. Would it be possible...
I was using cass to fetch matchids from riot api, It went well during the first 2 days. Today, at some point, it started to throw 403 errors, at first,...
HI I started experimenting a bit today and wanted to draw a kill heatmap of a random game when i ran into the following Error: AttributeError: 'Match' object has no...
Hello, I am coming back to work with Cass since the Cass 3.0/Riot v5 update. Previously I was able to make a call in the following fashion to get every...
fixes #406, based on https://github.com/RiotGames/developer-relations/issues/574
So i have this two values: `champion_dk = match.participants[summoner].stats.dragon_kills` `champion_bk = match.participants[summoner].stats.baron_kills` When calling dragon kill stat you get an exception: `"...leagueAnalyzer/main.py", line 60, in analyzeLastMatches champion_dk = match.participants[summoner].stats.dragon_kills` `"...cassiopeia\core\match.py",...
I can't access any of the properties. new_match = Match(id=new_match_id, region=region) print(new_match.red_team.win) input() for participant in new_match.participants: print( participant.team.baron_kills, red_team fails and so does participant.team
https://github.com/meraki-analytics/cassiopeia/blob/32c25b3cec5364e5b518816fcabff781cc751d85/cassiopeia/core/match.py#L1501 I believe this should be `totalDamageShieldedOnTeammates` (capitalized 's') as I'm getting an AttributeError on ParticipantStatsData when trying to access total damage shielded.
Cassiopeia puts the league entry for fives and flex in new object. It does not seem to know how to deal with the new TFT double up mode, which is...