Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

junlarsen/lolswap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lolswap

LolSwap is a program to change your summoner icon via the command line.

Usage:

$ lolswap <icon_id>

You can get summoner icon ids from https://lolnames.gg/en/statistics/icons/

Note that lolswap only works with icons that you own.

Get the binary

LolSwap ships as a .exe file (which is why you can run it in the terminal)

Download from releases

There is an executable binary in the releases tab, but building it yourself is way cooler!

I'm sure everybody is suspicious about random .exe's from random people, which is why I suggest you build the binary from source yourself. The instructions are listed below

Build it yourself

  1. Download NodeJS
  2. Clone repository git clone https://github.com/supergrecko/lolswap
  3. Move into directory cd lolswap
  4. Run npm install
  5. Install Nexe npm i -g nexe
  6. Install TypeScript npm i -g typescript
  7. Compile TypeScript tsc
  8. Compile into binary nexe dist/index.js

You should now have a binary named lolswap.exe

Legal Stuff

lolswap was created under Riot Games' "Legal Jibber Jabber" policy using assets owned by Riot Games. Riot Games does not endorse or sponsor this project.