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.