Daily Battle is a Python application that makes it easy to open daily battles on Key-Drop.
- Easy to use
- Joining battles quickly and easily
- Automate joining battles guide
pip install -r requirements.txt
python src/main.py
Short option | Long option | Description |
---|---|---|
-h |
--help |
Show help |
-c COOKIE |
--cookie COOKIE |
Generate token from cookie |
Introducing how to automatically join battles every day 5E7F . I will use a VPS with the Linux Alpine operating system. We will perform the basic steps and additionally install some packages.
Install the required packages using the following command:
sudo apk add git py3-pip py3-virtualenv chromium chromium-chromedriver
Open crontab by typing the following command in the terminal:
crontab -e
Go to the Key-Drop website where you must be logged in. In your browser, open devtools with CTRL+SHIFT+I
, then go to Application > Cookies > session_id
, and copy the value.
Edit the crontab file:
0 0 * * * python ~/path/to/daily-battle/src/main.py -cookie <session_id value>
Please note that the Daily Battle is a third-party application and is not affiliated with Key-Drop. Use it responsibly and in accordance with Key-Drop's terms and conditions. The application is provided as-is, and the developers are not responsible for any misuse or consequences arising from its usage.