Skip to content

jordantwombly/Championify

 
 

Repository files navigation

Championify

Championify

Champion-If-Ayyy

Donate Join the chat at https://gitter.im/dustinblackman/Championify API Doc Travis AppVeyor Coverage Status Translations

Latest Release Downloads: Downloads

Championify is a little program that downloads all the recent item sets from popular websites like Champion.gg, Lolflavor, and KoreanBuilds, 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.11.3.

Check out screenshots here!


Features

  • Summoners Rift and ARAM Item Sets
  • 3 Sources (Champion.gg, LolFlavor, and KoreanBuilds)
  • Skill Priorities lists (Q.W.E.Q.E.R) or Q>E>W
  • 39 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

### 1.3.3 (April 6th, 2016)
  • Disabled LeagueOfGraphs
### 1.3.2 (April 6th, 2016)
  • Fixed bug when install path isn't correctly set and throws an error instead of a warning
  • Fixed health pots missing
  • Fixed duplicate items
### 1.3.1 (April 6th, 2016)
  • Fix preferences not being loaded correctly after updating.
### 1.3.0 (April 6th, 2016)
  • Added KoreanBuilds and LeagueOfGraphs as sources
  • Download multiple sources at once instead of just one
  • New logo by Omer Levy (cause yeah, pretty is a feature)
  • Updated latest translation

Bug Fixes

  • Fixed skills sometimes broken on certain champs (Kha'Zix for example)
  • Fixed various bugs with languages
  • Added missing consumables
  • Fixed sentences in specific languages being too long and pushing rows too far down
  • Progress bar is more accurate

Technical Features

  • Complete refactor
  • Dropped Coffeescript, Lodash, and Async for ES6, Ramda, and Bluebird
  • Dropped Bower
  • Fixed development on Windows, npm run dev now works on both OSX and Windows
  • Code consistency to follow new styling guidelines
  • Removed anything that uses window for it's own module
  • Updated electron to 0.35.4 (still uses Node 4)
  • Improved error handling
  • Improved logging
  • Status view now shows in the full app (and scrolls like it did before)
  • New sources can now be dropped in and the app will handle the rest (see CONTRIBUTE.md)
  • Shrunk build size by 5MBs (deep cleaning of node_modules folder)
  • Removed a bunch of unused/unneeded packages
  • Docs written for the entire app to make contributing easier

Idea/Suggestions

I'm completely open to new ideas and suggestions! Put up an Issue, hit me up on Gitter, or send me a message on reddit /u/dustinheroin and I'll see what I can do.

Contribute

Please see CONTRIBUTE.md

See FAQ.md

Future Plans

Check out the Features tag in Issues to see all up and coming ideas.

## 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](https://github.com/dustinblackman/Championify/issues/165).

Params

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

Example

Silently imports and starts League afterwards.

C:/Championify/championify.exe --autorun --startLeague

For the adventurous, bleeding edge builds are available of each branch through CIs. A simpler method will be available once a website is built.

Windows

Open Appveyor and select the the latest master branch commit, then Platform: x86, then artifacts. You'll find download.txt that contains a Zippyshare link to the build off that commit.

OSX

Open Travis and select the the latest master branch commit, scroll down through the test log until you see npm run build-artifact, a few lines down you should see a Zippyshare link to the build off that commit.

## Build From Source You must have Node 4.1.1 and NPM 3.8.5 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

Soon Championify will be expanding, big! With plenty of suggestions and new ideas, Championify will be making it's way to the web and mobile. This will unfortunately have server costs in order to get started and keep running. A couple bucks is more then enough to help! :) Donate here!

Backers

See BACKERS.md

Credit

Thank yous

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

Championify isn't endorsed by any of it's content sources or Riot Games and doesn't reflect the views or opinions of them or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © 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

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 79.8%
  • JavaScript 18.8%
  • Other 1.4%