https://github.com/courbeb/lol-helper
Chatbot for discord
https://github.com/courbeb/lol-helper
bot discord discord-bot league-of-legends
Last synced: 2 months ago
JSON representation
Chatbot for discord
- Host: GitHub
- URL: https://github.com/courbeb/lol-helper
- Owner: CourbeB
- Created: 2017-02-27T14:09:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T15:28:08.000Z (about 9 years ago)
- Last Synced: 2025-04-05T18:44:57.330Z (over 1 year ago)
- Topics: bot, discord, discord-bot, league-of-legends
- Language: Scala
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lol-helper
[](https://travis-ci.org/CourbeB/lol-helper)
This bot is still in development with limited access (waiting for an official api key from League of Legend).
Available commands
------------------
```
!lol nexus summoner-name - Get rank, champ, winrate, and games for all players in a current match
!lol opgg summoner-name - Get all the OP.GG profiles in a current match
!lol best position - Get the top 10 best champs for a position [top, middle, jungle, adc, support]
!lol counter champion-name position - Get the top 10 counters for a Champion and Position
!lol items champ-name position - Get the highest win starting item sets for a Champion and Position
!lol help - Give the list of all commands
```
TODO
----
- [ ] Refactor `!lol nexus` (use official api rather than scraping lol-nexus)
- [x] Refactor `!lol items` (use `EitherT` rather than multiple for comprehension)
- [x] Add `!lol clear` to remove all messages from lol-helper in the current channel
- [ ] Add `!lol version`
- [x] Refactor `Stalker` : create case class for error, create a new object for all requests
- [ ] Etc.