Are you tired of watching professional League of Legends games? Do you watch only for the drops? This is a revolution in the farming of League of Legends Esports capsules!
NO WEB BROWSER NEEDED! The old EsportsCapsuleFarmer relied on a web browser to watch videos. Capsule Farmer Evolved simulates traffic to lolesports.com servers and tricks it into thinking the account is watching a stream. This approach drastically lowers the hardware requirements.
Learn more about the esports drops directly from Riot games.
- Automatically logs user in
- Watches every live match
- Lightweight
- No web browser needed
- Download and run the latest CapsuleFarmerEvolved.zip from Releases tab
- Extract the archive
- Edit the configuration file
config.yaml
with a text editor (e.g. Notepad) - see Configuration for details - Run
CapsuleFarmer.exe
- If you do not use the autologin feature - log into your account
Fill out your username and password in config.yaml
. Name of the account groups is not important but I recommend entering something recognizable to better detect problems with the account.
accounts:
accountname:
username: "username"
password: "password"
anotheraccountname:
username: "username"
password: "password"
debug: True
usage: CapsuleFarmerEvolved.exe [-h] [-c CONFIGPATH]
Farm Esports Capsules by watching all matches on lolesports.com.
options:
-h, --help show this help message and exit
-c CONFIGPATH, --config CONFIGPATH
Path to a custom config file
- Python >= 3.10.1 (version 3.9 should work as well but is not officially supported)
- pipenv (
pip install pipenv
)
- Clone this repo -
git clone https://github.com/LeagueOfPoro/CapsuleFarmerEvolved.git
- Move to the directory -
cd CapsuleFarmerEvolved
- Install the Python virtual environment -
pipenv install
- (Optional) Edit the configuration file
- Run the tool -
pipenv run python ./main.py
In the CapsuleFarmerEvolved, run git pull
pipenv install --dev
pipenv run pyinstaller -F --icon=poro.ico ./main.py --collect-all charset_normalizer -n CapsuleFarmerEvolved
Pre-built image:
Edit the /path/to/config.yaml
to absolute path to your configuration file and run the container in the background:
docker run -it --rm --name CapsuleFarmer -d -v /path/to/config.yaml:/config/config.yaml leagueofporo/capsulefarmer:master
If you want to build the image locally:
- Clone this repo and move to it's direcotry
- Build the image:
docker build -t capsulefarmerevolved .
- Edit the
/path/to/config.yaml
to absolute path to your configuration file and run the container in the background:
docker run -it --rm -d -v /path/to/config.yaml:/config/config.yaml capsulefarmerevolved
- 2FA is not supported