Skip to content

GamerBet/lol-spectator-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lol-spectator-server

REST Server for League Of Legends spectator

Usage

$ go run server.go --port=5000

or

$ go build
$ ./lol-spectator-server --port=5000

Specification

Currently this gist is the best written specification we've seen for the Riot Spectator API.

Running the League of Legends client in spectator mode

$ "C:\Riot Games\League of Legends\RADS\solutions\lol_game_client_sln\releases\{{CURRENT_RELEASE}}\
deploy\League of Legends.exe" "8394" "LoLLauncher.exe" "" "spectator
{{YOUR_SERVER}} {{GAME_ENCRYPTION_KEY}} {{GAME_ID}} {{GAME_REGION}}"
"/Applications/League of Legends.app/Contents/LoL/RADS/solutions/lol_game_client_sln/releases/$LAUNCHER_PATH/deploy/LeagueOfLegends.app/Contents/MacOS/LeagueofLegends" 8394 LoLLauncher "/Applications/League of Legends.app/Contents/LoL/RADS/projects/lol_air_client/releases/$CLIENT_PATH/deploy/bin/LolClient" "spectator {{YOUR_SERVER}} {{GAME_ENCRYPTION_KEY}} {{GAME_ID}} {{GAME_REGION}}"
$ playonlinux-bash ~/.PlayOnLinux/shortcuts/"LoL Spectator" "8394" "LoLLauncher.exe" "" "spectator {{YOUR_SERVER}} {{GAME_ENCRYPTION_KEY}} {{GAME_ID}} {{GAME_REGION}}"

About

Open Source Spectator Server for League Of Legends.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published