[EN] [RU]
NickName: кiшка | stat: https://www.leagueofgraphs.com/match/ru/377256662 date: 2022-02-23 16:14:47 +0000 UTC
NickName: кiшка | stat: https://www.leagueofgraphs.com/match/ru/357069038 date: 2021-10-31 21:25:30 +0000 UTC
NickName: LeAnk | stat: https://www.leagueofgraphs.com/match/ru/343836977 date: 2021-07-30 14:03:37 +0000 UTC
According to the standard, it works with the "ru" server, but using the environment and options parameters, you can specify any region.
- parser, p - Parses all the summoner's matches
- frequent, f - Getting Summoners you play with more often
- active, a - Checks an active match and finds past players
- jointMatches, jm - Returns joint games with the summoner
- --global-region value, --gr value - global region (europe, americas, asia) (de fault: europe)
- --region value, -r value - server region (ru, br1, euw1, la1, ...) (d efault: ru)
Checks an active match and finds past players
- Summoner's nickname
- Get a list of summoners from an active game with a link to old matches
./joint-matches active StounhandJ
Result:
NickName: кiшка | stat: https://www.leagueofgraphs.com/match/ru/377256662 date: 2022-02-23 16:14:47 +0000 UTC
NickName: кiшка | stat: https://www.leagueofgraphs.com/match/ru/357069038 date: 2021-10-31 21:25:30 +0000 UTC
NickName: LeAnk | stat: https://www.leagueofgraphs.com/match/ru/343836977 date: 2021-07-30 14:03:37 +0000 UTC
Returns joint games with the summoner
- Summoner's nickname
- Summoner's second nickname
- Get a list of games with this summoners
./joint-matches jointMatches StounhandJ кiшка
Result:
stat: https://www.leagueofgraphs.com/match/ru/358378025 date: 2021-11-08 19:23:23 +0000 UTC
stat: https://www.leagueofgraphs.com/match/ru/357069038 date: 2021-10-31 21:25:30 +0000 UTC
stat: https://www.leagueofgraphs.com/match/ru/377256662 date: 2022-02-23 16:14:47 +0000 UTC
- Summoner's nickname
--start value, -r value - The number of missed matches from new to old (default: 0)
--update, -u - Parse only the latest non-saved matches (default: false)
- Get all the summoner games "StounhandJ"
./joint-matches parser --start=0 StounhandJ
- Get all the summoner games by skipping the last 200 "StounhandJ"
./joint-matches parser --start=200 StounhandJ
- Get the latest unsaved matches of the summoner "StounhandJ"
./joint-matches parser --update StounhandJ
Getting Summoners you play with more often
- Summoner's nickname
--count value, -c value - Minimum number of games with the summoner (default: 4)
- Get summoners with whom "StounhandJ" have played more than 4 games together
./joint-matches frequent StounhandJ
- Get summoners with whom "StounhandJ" have played more than 10 games together
./joint-matches frequent --count=10 StounhandJ