Skip to content

Import recent item sets from popular aggregators like Champion.gg in to League of Legends to use within game! No hassle.

License

Notifications You must be signed in to change notification settings

BellezaEmporium/Championify

 
 

Repository files navigation

Championify

Championify

Champion-If-Ayyy

Donate to the original creator Translations

Championify is a little program that downloads all the recent item sets from popular websites like Champion.gg and imports them in to your League of Legends to use within game! No hassle. Championify supports 39 languages and with plenty of new features planned and in the works!

Windows and OSX are both supported, tested on Windows 10 and OSX 10.12.1.

Championify

Check out screenshots here!

There's also Championify for Android!

Code Sponsor


Features

  • Summoners Rift and ARAM Item Sets
  • 7 Sources (U.gg (WIP), Leagueofgraphs (WIP), KoreanBuilds, op.gg, Probuilds, and Lolmasters)
  • Skill Priorities lists (Q.W.E.Q.E.R) or Q>E>W
  • 41 Languages
  • Bunch of preferences to display item sets in the way you prefer
  • Automation using command line preferences (simpler system coming soon)
  • Automatically save preference settings
  • Garena support
  • Does not touch other item sets that you or other applications create

Downloads

Found here

Idea/Suggestions

I'm completely open to new ideas and suggestions! Put up an Issue if you think something is worth having on the program !

Contribute

Please see CONTRIBUTING.md

See FAQ.md

Command Line Parameters

Championify supports a few command line parameters for those who would like to automate a few tasks before it's official supported within the app. Params work on both Windows and OSX, and uses the last saved preferences made on the app (preferences are saved each time you hit import). The command line prefs do need improvement and can be tracked here.

Params

  • --import Imports item sets
  • --delete Deletes item sets
  • --autorun Silently (without loading the UI) imports item sets
  • --close Closes Championify when finished
  • --start-league Starts League of Legends after import

Example

Silently imports and starts League afterwards after installing Championify with the Windows Installer. As Squirrels generates the main championify.exe, --processStartArgs must be used before all other command line options.

C:\Users\YOURNAME\AppData\Local\Championify\championify.exe --processStartArgs --autorun --start-league

THIS IS CURRENTLY NOT COMPILABLE, AS I'M REFACTORING THE WHOLE PROCESS. You must have Node 18 and npm 9 installed on your system (thats what Electron is using), git clone the repo and run the following in the root folder.

OSX:

npm i
npm run build

Windows:

npm i --arch=ia32
npm run build

You'll find a Championify.exe/Championify.app in the releases folder.

Wine is required if building on Mac for Windows.

brew install wine

While the original Championify project is on hiatus, due to the original creator of the program being on other horizons, I, as a forker, still deem useful to give credit where it's due. Without the awesome community work on this program, it simply wouldn't exist. Give him kudos here. (to learn how to do one time donations with Patreon, see here).

Backers

See BACKERS.md

Credits

Thank yous

  • @sargonas and the rest of the Riot API team for unlocking item sets
  • All the wonderful people on Dustin's Transifex team (all 180 of you) for helping translate Championify!

Championify is not endorsed by Riot Games and does not reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. Riot Games and all associated properties are trademarks or registered trademarks of Riot Games, Inc.

About

Import recent item sets from popular aggregators like Champion.gg in to League of Legends to use within game! No hassle.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 87.1%
  • JavaScript 11.7%
  • Other 1.2%