LOLst.sh is a bash script that displays League of Legends player stats in your terminal.
You need to have curl
installed on your system to use this script.
sudo curl -sL "https://raw.githubusercontent.com/jemcv/lolst/main/lolst.sh" -o /usr/local/bin/lolst && sudo chmod +x /usr/local/bin/lolst
lolst <region> <summonername-id>
lolst kr HideOnBush-Kr1
โ-----------------------------------------------โฅ
| ๐ LOLst.sh - League of Legends Stats
|
| [ Playing ] |\__/,| (\`
| [ League ] _.|o o |_ ) )
| [ >_< ]-- -(((---(((--------
|
| ๐ Result for HideOnBush-Kr1:
| ๐ Summoner: https://www.op.gg/summoners/kr/HideOnBush-Kr1
| ๐ฎ Level: 745
| ๐ Tier: Grandmaster
| ๐ฏ LP: 573
| ๐ Ratio: Win Rate 60%
| ๐
Ranking: 514
โ-----------------------------------------------โฅ
This script is licensed under the MIT license.