Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 743 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 743 Bytes

Capsule Farmer (BRO$KY)

BRO$KY is a capsule farmer for league of legends esports. Currently supports Worlds 2022 only.

Installation

Dependencies

You must have node.js installed : https://nodejs.org/en/

Clone the repository

  git clone https://github.com/JustSxm/CapsuleFarmer.git
  cd CapsuleFarmer

Download the latest chromedriver

https://chromedriver.chromium.org/downloads

Configure the config.json

{
	"username": "YourLeagueOfLegendsUsername",
	"password": "YourLeagueOfLegendsPassword",
	"headless": true // Running in background ?
}

Install dependencies

npm i

Run the tool !

node index.js

Contributing

Contributions are always welcome!