You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Trick to avoid being banned on Freer captcha](#trick-to-avoid-being-banned-on-freer-captcha)
71
+
-[Android](#android-2)
72
+
-[Linux](#linux-6)
73
+
-[Windows](#windows-6)
69
74
-[Expert](#expert)
70
75
-[Detach Mode](#detach-mode)
71
76
-[Multi Task Mode](#multi-task-mode)
@@ -101,7 +106,67 @@ based in node.js, puppeteer and third-party providers (zefoy.com & freer.es).
101
106
💎 Multi Task (Premium Mode)
102
107
💎 Run as a Detach Process (Premium Mode)
103
108
104
-
## Install
109
+
## Quick Start
110
+
111
+
> **Attention:** For more advanced usage, such as running Bot Tok in *detach mode* or using *multi-task scripts*, it is recommended to perform a [classic install](#classic-install) .
112
+
> The `npx` method, however, is sufficient for most users, especially beginners.
113
+
114
+
The easiest way to run Bot Tok is via `npx`.
115
+
No installation is required: simply install Node.js and run the command.
116
+
This method automatically downloads the latest version of Bottok and Chromium.
117
+
No Git, SSH, or other dependencies are needed.
118
+
119
+
120
+
### Windows
121
+
122
+
1. Install Node.js ≥ 18 (recommended 18 LTS or 22 LTS) from [nodejs.org](https://nodejs.org)
1. Install Node.js ≥ 18 (recommended 18 LTS or 22 LTS) (using Homebrew or from [nodejs.org](https://nodejs.org)).
139
+
2. Open a terminal and run:
140
+
```bash
141
+
npx bottok
142
+
```
143
+
144
+
### Android (Termux)
145
+
146
+
Requirements: [termux](https://termux.dev/en/) (install Termux in your Android phone from F-Droid store, The PlayStore version ins outdated and not work)
147
+
148
+
1. Run in Termux terminal (Install Alpine in Termux)
*Note:* To enter Alpine from Termux with [proot-distro](https://github.com/termux/proot-distro) use the following command:
161
+
```bash
162
+
proot-distro login alpine
163
+
```
164
+
and run:
165
+
```bash
166
+
npx bottok
167
+
```
168
+
169
+
## Classic Install
105
170
106
171
>**Attention:** To use Git and clone the repository you will need to have *SSH Public Key*. Take a look at this: [Adding a new SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
107
172
Without this you may have problems installing. This will make it much easier to upgrade your BotTok to the latest version available with a single command.
@@ -301,6 +366,9 @@ proot-distro login alpine
301
366
302
367
## Update
303
368
369
+
>**Attention:** When running Bot Tok via `npx`, you **always use the latest version**.
370
+
No additional update command is required
371
+
304
372
#### Windows
305
373
306
374
1. Run in terminal
@@ -331,6 +399,8 @@ cd bottok
331
399
332
400
## Use
333
401
402
+
>**Attention:** When running Bot Tok via `npx`, run `npx bottok`
Copy file name to clipboardExpand all lines: package.json
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
1
{
2
2
"name": "bottok",
3
-
"version": "1.2.6",
3
+
"version": "1.3.0",
4
4
"description": "Bot Tok is an TikTok Up Bot (likes, shares, favorites and views) based in node.js, puppeteer and third-party providers (zefoy.com & freer.es). (Android, Windows, Linux)",
0 commit comments