KickDropMiner automatically watches Kick livestreams and claims Drops for you. This fully refactored miner provides a clean, modern Web UI where you can run, control, and monitor farming directly in your browser.
Now featuring One-Click Cookie Import — no cookie files required!
The fastest way to run KickDropMiner with zero setup:
-
Download the latest KickDropMiner.exe from 👉 Releases
-
Run
KickDropMiner.exe -
Open: http://localhost:8080
-
Authenticate your Kick account:
- Click the “Authenticate” or “Connect Account” button.
- Paste your cookies (see Exporting Cookies) into the window.
- Click Save & Connect.
✔ Done! The miner starts automatically.
No Python · No installation · No manual cookies.txt.
-
Modern Web Dashboard View progress, active campaigns, logs, and status in real time.
-
Smart Drop Farmer Automatically switches streams and prioritizes unique or high-value drops.
-
One-Click Cookie Import Paste your cookies directly into the UI.
-
Proxy Support HTTP / HTTPS / Socks proxies supported via
config.ini. -
Localization System Edit or add languages via
locales/*.json. -
Cross-Platform Works on Windows, Linux, and macOS (Python version).
-
Portable Builds Fully distributable executables via PyInstaller.
- Windows Usage
- Linux & Python Usage
- Virtual Environment Setup
- Exporting Cookies
- Configuration & Proxy
- Developer Setup
- Running the Web UI
- Build Guide
- Troubleshooting
- Security & Credits
If you’re running KickDropMiner from source (Linux, macOS, or Windows without the .exe), follow these steps.
git clone https://github.com/Abolfazl74/kickdropminer.git
cd kickdropminerLinux & macOS:
python3 -m venv .venv
source .venv/bin/activateWindows PowerShell:
python -m venv .venv
.venv\Scripts\Activate.ps1pip install -r requirements.txt(see Exporting Cookies below)
python webui/app.py
or
python -m webui.appThen open:
http://localhost:8080
KickDropMiner requires your Kick login session (session_token).
Use the trusted Get cookies.txt LOCALLY extension:
-
Chrome / Brave / Edge https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc
-
Firefox https://addons.mozilla.org/en-US/firefox/addon/get-cookies-txt-locally/
- Log in to Kick.com.
- Click the Get cookies.txt LOCALLY extension icon.
- Choose ONE of the following:
- Click Copy / Copy to Clipboard → You will paste this directly into the miner.
- Click Export / Save As
→ Save the file as
cookies.txt.
Choose one method (both work):
- Open the miner
- Click Connect Account
- Paste the cookie text you copied
- Click Save & Connect
No files, no paths — simplest and fastest.
- Take the exported cookie file
- Make sure it is named:
cookies.txt - Place it next to
KickDropMiner.exe(or inside the project root)
The miner will load it automatically on startup.
A config.ini file is created on first run.
[network]
# Format: http://user:password@ip:port OR http://ip:port
proxy = http://myuser:[email protected]:5000language = enAlready cloned and installed dependencies? Use this to run the app during development:
python -m webui.appOptionally enable debug:
python -m webui.app --debugAfter running the app:
http://localhost:8080
Use the sidebar to:
- View campaigns
- Switch streams
- Import cookies
- Reset cache
- View logs
Install PyInstaller:
pip install pyinstallerBuild command:
pyinstaller --onefile --console --name KickDropMiner.exe --clean ^
--add-data "webui/templates;templates" ^
--add-data "webui/static;static" ^
--add-data "webui/logpipe.py;webui" ^
--add-data "locales;locales" ^
--add-data "core;core" ^
--add-data "farmer.py;." ^
--add-data "worker.py;." ^
--add-data "example_config.ini;." ^
--collect-all curl_cffi ^
webui/app.pyOutput is placed in:
dist/
pip install pyinstallerpyinstaller --onefile --name KickDropMiner --clean \
--add-data "webui/templates:templates" \
--add-data "webui/static:static" \
--add-data "webui/logpipe.py:webui" \
--add-data "locales:locales" \
--add-data "core:core" \
--add-data "farmer.py:." \
--add-data "worker.py:." \
--add-data "example_config.ini:." \
--collect-all curl_cffi \
webui/app.py- Cookies invalid → re-export
- Campaign not live
- Use Reset Cache in sidebar
- Usually syncs within 60 seconds
- Slow proxies cause delays
- Cookies expired
- Log out and log back in to Kick
- Export fresh cookies
Try:
http://127.0.0.1:8080
Or run with debug:
python webui/app.py --debug- Cookies are stored locally only
- No data is sent to external servers
- Treat cookies like passwords
MIT License
This project is fully refactored and independent.
Inspired by and thanks to:


