

Note that platform IDs are taken from here.

LoL Replay currently assumes your client is running OS X and has LoL Spectator installed to copy and paste replay links into.

If you would like package documentation, check the GoDoc. server: Contains the runnable HTTP server which has a web interface, automates recordings, and plays back recordings.replay: Serves recordings over HTTP to be played back using the League of Legends client.recording: Encodes and decodes recordings to a file (or any io.ReadWriteSeeker) using a custom binary format which is able to serve data quickly with a small memory footprint.record: Retrieves data from the League of Legends servers and stores it into a recording.The modular design allows anyone to write their own recording service in Go and manipulate the recording files. It is designed to be fast, reliable, and efficient. LoL Replay is a collection of Go packages to record and play back League of Legends games from the spectator endpoint.
