a slack bot for league of legends
on server, set environment variables RIOT_API_KEY and SLACK_API_KEY with your respective API keys, then run lolbot.js in nodejs to start monitoring loop.
<botname> observe <summoner name> : start observing summoner, announcing game starts and results
<botname> dontobserve <summoner name> : stop observing summoner
- repeats current game when rebooting the bot while summoners are in-game
- bot name and output channels are hardcoded, should come from config or env vars