curl account id from summoner name.
curl matches played from account id (which yields the champ id for each map in the last)
create and persist a map of champ id to number of games played on that champ and number of wins on that champ.
for each account, keep a counter basically stating when the last time was that you curl'd their match history.
can also persist a map from summoner name to account id.
curl account id from summoner name.
curl matches played from account id (which yields the champ id for each map in the last)
create and persist a map of champ id to number of games played on that champ and number of wins on that champ.
for each account, keep a counter basically stating when the last time was that you curl'd their match history.
can also persist a map from summoner name to account id.