Since this is a personal project, I'll be super lazy to document it. Here's a REALLY quick overview on how to use it.
LoL Spectator (for OS X) available here: https://github.com/1lann/LoL-Spectator
- Make an app.conf file, copy it from the app.conf.default file in /conf
- Put your Riot Games API key in the app.conf file
riotapikey = blahkeyhere
- Add platforms you want to record on to
/app/models/record.go
line 15 - Configure player tracking in
/app/models/monitor.go
. You'll need to modify the players tracked arrays, and therunMonitor()
function on line 98 ish revel run replay
- Play on an account that is tracked
- Navigate to http://127.0.0.1:9000 and replays will show up there. Highest is most recent.
- Profit???!?
Need more help? Contact me on GitHub, mail ([email protected]), or reddit (/u/1lann) and I'll be happy to help you :)