Skip to content

A (personal) web application to montior and record replays of games. Written in Go, so it should work on all operating systems ;)

License

Notifications You must be signed in to change notification settings

mriswithe/LoL-Replay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoL Replay

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

  1. Make an app.conf file, copy it from the app.conf.default file in /conf
  2. Put your Riot Games API key in the app.conf file riotapikey = blahkeyhere
  3. Add platforms you want to record on to /app/models/record.go line 15
  4. Configure player tracking in /app/models/monitor.go. You'll need to modify the players tracked arrays, and the runMonitor() function on line 98 ish
  5. revel run replay
  6. Play on an account that is tracked
  7. Navigate to http://127.0.0.1:9000 and replays will show up there. Highest is most recent.
  8. Profit???!?

Need more help? Contact me on GitHub, mail ([email protected]), or reddit (/u/1lann) and I'll be happy to help you :)

About

A (personal) web application to montior and record replays of games. Written in Go, so it should work on all operating systems ;)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 81.6%
  • HTML 18.4%