Skip to content

Commit aa223c7

Browse files
committed
1.2.0
updated kick's api version refactored some codes fixed some problems
1 parent e98e9e8 commit aa223c7

File tree

11 files changed

+1038
-838
lines changed

11 files changed

+1038
-838
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ __pycache__/
88

99
*.txt
1010
*.db
11-
current_views.json
11+
*.json
1212
config.ini
1313

1414
# Distribution / packaging

README.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22

33
KickDropMiner automatically watches Kick livestreams and claims Drops. This fully refactored miner provides a single, local Web UI that lets you run, control, and monitor the farming process in your browser.
44

5+
now with **one-click cookie paste** — no files needed!
6+
57
---
68

79
## 🚀 Simplest Usage (Windows Package)
810

911
**Just want to run KickDropMiner on Windows? Here’s the easiest possible way:**
1012

1113
1. **Download the pre-built Windows package** from [Releases](https://github.com/Abolfazl74/kickdropminer/releases) (`KickDropMiner.exe`).
12-
2. **Export your Kick cookies** as `cookies.txt` (see [cookie export instructions below](#exporting-cookies)).
13-
3. **Put `cookies.txt` in the same folder** as `KickDropMiner.exe`.
14-
4. **Double-click `KickDropMiner.exe` to start**.
15-
5. **Open [http://localhost:8080](http://localhost:8080) in your browser to use the Web UI!**
14+
2. **Double-click `KickDropMiner.exe` to start**.
15+
3. Open [http://localhost:8080](http://localhost:8080) in your browser.
16+
4. **Authenticate in one of two ways** (both work perfectly):
17+
- **Easiest (new)**: Click the "Authenticate" button → paste your Kick cookies directly → Save & Connect
18+
- **Classic**: Put a valid `cookies.txt` in the same folder as the .exe (see [Exporting Cookies](#exporting-cookies) below)
19+
20+
That’s it — the miner will connect instantly with either method!
1621

1722
No Python or installing required.
1823
_If you want to customize settings, find `config.ini` in the same folder and edit as needed._
@@ -86,7 +91,7 @@ _If you want to customize settings, find `config.ini` in the same folder and edi
8691

8792
4. **Export and place your Kick cookies:**
8893

89-
- Export all your cookies in Netscape `cookies.txt` format and place in the project directory.
94+
- see [Exporting Cookies](#exporting-cookies) below
9095

9196
5. **Start the Web UI:**
9297

@@ -102,38 +107,34 @@ _If you want to customize settings, find `config.ini` in the same folder and edi
102107

103108
## Exporting Cookies
104109

105-
You need Kick cookies (including `session_token`) in Netscape `cookies.txt` format.
110+
You need Kick cookies (including `session_token`) in Netscape format.
106111

107112
### Recommended Addons
108-
109113
To export your Kick cookies in the proper format, use one of these official browser extensions:
110-
111114
- **Firefox:** [Get cookies.txt LOCALLY](https://addons.mozilla.org/en-US/firefox/addon/get-cookies-txt-locally/)
112115
- **Chrome/Chromium:** [Get cookies.txt LOCALLY](https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc)
113116

114-
Use these to easily export all cookies as the required `cookies.txt` file for use with KickDropMiner.
115-
116117
### Method A — cookies.txt Extension (Recommended)
117-
118118
**Chrome & Chromium-based browsers:**
119-
- Install the "cookies.txt" extension.
119+
- Install the extension above.
120120
- Log into Kick.com.
121121
- Click the extension icon and export cookies for the site.
122-
- Save as `cookies.txt` in your repo directory.
122+
- Either:
123+
- **Copy the text** → paste directly in the app’s cookie modal (new & fastest), or
124+
- **Save as/Export `cookies.txt`** → name it `cookies.txt` and place it next to `KickDropMiner.exe` (classic way)
123125

124126
**Firefox:**
125-
- Use the above "cookies.txt" extension or similar. Export, save, place as above.
127+
- Install the extension above.
128+
- Log into Kick.com.
129+
- Click the extension icon and export cookies for the site.
130+
- Either:
131+
- **Copy the text** → paste directly in the app’s cookie modal (new & fastest), or
132+
- **Save as/Export `cookies.txt`** → name it `cookies.txt` and place it next to `KickDropMiner.exe` (classic way)
126133

127134
### Method B — Manual Export (Advanced)
128-
129-
- Use a cookie manager extension or browser developer tools.
130-
- Copy your `session_token` and format as shown:
131-
132-
```
133-
kick.com TRUE / FALSE 0 session_token VALUE
134-
```
135-
136-
_Note: Exporting ALL cookies in the correct format is safest._
135+
- Use developer tools or a cookie manager.
136+
- Export all cookies (especially `session_token`) and format correctly.
137+
_Note: Using the extension above is much safer and easier._
137138

138139
---
139140

0 commit comments

Comments
 (0)