Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. chris@chris-desktop:~/Desktop/Programming/Python/projects$ python3 main.py 3CardShuffle
  2. 3CardShuffle
  3. Running Service: getSummonerByName...
  4. Running Service: getMatchListByAccountId...
  5. Running Service: getMatchByGameId...
  6. https://na1.api.riotgames.com/lol/match/v3/matches/2810684167?api_key=RGAPI-ee8f40d6-41a5-443b-9614-2602b1885a22
  7. Running Service: getParticipantId
  8. AccountId to Match: 235128851
  9. Running Service: getParticipantStats
  10.  
  11.  
  12. DATA STARTS HERE:
  13.  
  14. participantId : 9
  15. teamId : 200
  16. championId : 39
  17. spell1Id : 14
  18. spell2Id : 4
  19. highestAchievedSeasonTier : BRONZE
  20. stats : {'participantId': 9, 'win': True, 'item0': 3748, 'item1': 2033, 'item2': 3047, 'item3': 3078, 'item4': 3052, 'item5': 0, 'item6': 3340, 'kills': 10, 'deaths': 7, 'assists': 1, 'largestKillingSpree': 3, 'largestMultiKill': 2, 'killingSprees': 1, 'longestTimeSpentLiving': 391, 'doubleKills': 2, 'tripleKills': 0, 'quadraKills': 0, 'pentaKills': 0, 'unrealKills': 0, 'totalDamageDealt': 116336, 'magicDamageDealt': 15697, 'physicalDamageDealt': 97231, 'trueDamageDealt': 3407, 'largestCriticalStrike': 0, 'totalDamageDealtToChampions': 13183, 'magicDamageDealtToChampions': 3344, 'physicalDamageDealtToChampions': 7941, 'trueDamageDealtToChampions': 1897, 'totalHeal': 2043, 'totalUnitsHealed': 1, 'damageSelfMitigated': 11203, 'damageDealtToObjectives': 6480, 'damageDealtToTurrets': 3605, 'visionScore': 29, 'timeCCingOthers': 11, 'totalDamageTaken': 18956, 'magicalDamageTaken': 3140, 'physicalDamageTaken': 13396, 'trueDamageTaken': 2419, 'goldEarned': 12684, 'goldSpent': 10108, 'turretKills': 0, 'inhibitorKills': 1, 'totalMinionsKilled': 168, 'neutralMinionsKilled': 4, 'neutralMinionsKilledTeamJungle': 1, 'neutralMinionsKilledEnemyJungle': 0, 'totalTimeCrowdControlDealt': 196, 'champLevel': 14, 'visionWardsBoughtInGame': 1, 'sightWardsBoughtInGame': 0, 'wardsPlaced': 10, 'wardsKilled': 2, 'firstBloodKill': False, 'firstBloodAssist': False, 'firstTowerKill': False, 'firstTowerAssist': False, 'firstInhibitorKill': False, 'firstInhibitorAssist': False, 'combatPlayerScore': 0, 'objectivePlayerScore': 0, 'totalPlayerScore': 0, 'totalScoreRank': 0, 'playerScore0': 0, 'playerScore1': 0, 'playerScore2': 0, 'playerScore3': 0, 'playerScore4': 0, 'playerScore5': 0, 'playerScore6': 0, 'playerScore7': 0, 'playerScore8': 0, 'playerScore9': 0, 'perk0': 8010, 'perk0Var1': 311, 'perk0Var2': 0, 'perk0Var3': 0, 'perk1': 9111, 'perk1Var1': 600, 'perk1Var2': 0, 'perk1Var3': 0, 'perk2': 9104, 'perk2Var1': 18, 'perk2Var2': 0, 'perk2Var3': 0, 'perk3': 8014, 'perk3Var1': 278, 'perk3Var2': 0, 'perk3Var3': 0, 'perk4': 8473, 'perk4Var1': 618, 'perk4Var2': 0, 'perk4Var3': 0, 'perk5': 8472, 'perk5Var1': 0, 'perk5Var2': 0, 'perk5Var3': 0, 'perkPrimaryStyle': 8000, 'perkSubStyle': 8400}
  21. timeline : {'participantId': 9, 'creepsPerMinDeltas': {'10-20': 7.9, '0-10': 4.800000000000001}, 'xpPerMinDeltas': {'10-20': 459.1, '0-10': 411.9}, 'goldPerMinDeltas': {'10-20': 487, '0-10': 310}, 'csDiffPerMinDeltas': {'10-20': 0.10000000000000009, '0-10': -0.5}, 'xpDiffPerMinDeltas': {'10-20': -112.90000000000003, '0-10': -40.599999999999994}, 'damageTakenPerMinDeltas': {'10-20': 662.7, '0-10': 444.3}, 'damageTakenDiffPerMinDeltas': {'10-20': 96.70000000000002, '0-10': 115.50000000000001}, 'role': 'SOLO', 'lane': 'MIDDLE'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement