CookieDecide / LeagueBuilds

Automatic League of Legends builds

Home Page:http://leaguebuilds.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeagueBuilds

LeagueBuild uses a centralized server to get recent builds of Master, Grandmaster and Challenger League of Legends Players and store them in a local database. Those builds, which include runes, summoner spells and most bought items, can be accessed per a client. During championselect the client will inject the most popular build for the champion the player currently hovers using the LCU API.

Requirements

  • Google Chrome (looks better, but still works with different browsers)

HowTo

If you want to use the finished client download the latest release and execute the main_client.exe. This will open the GUI and load the build when you picked your champion.

If you want to run your own version locally:

  • edit api_key.py to your own RIOT API-KEY
  • make sure the sockets in client.py and server.py are set to localhost
  • start the server via the server_main.py (this will take some time to get the most recent builds)
  • start the client on the machine, which runs League of Legends via client_main.py

ToDo:

  • remove api-key from client-side
  • update gui

Feedback/Help

About

Automatic League of Legends builds

http://leaguebuilds.de

License:GNU General Public License v3.0


Languages

Language:Python 65.3%Language:JavaScript 17.1%Language:HTML 11.7%Language:CSS 5.9%