Bottok
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)
Install / Use
/learn @jfadev/BottokREADME
Bot Tok
Attention: Bot Tok operates using the Zefoy and Freer platforms. Temporary interruptions in services such as views, shares, favorites, and others may occur on these platforms. These interruptions are not caused by our software and do not imply a permanent failure. We want to clarify that these outages are temporary and services will be restored once Zefoy and Freer resolve the issues. This is important and relevant information for all new Bot Tok users.
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).
🚨 Find help in Telegram
Attention: BotTok <u>DOESN'T SEND FOLLOWERS</u>!!!
Attention: Bot Tok automates the use of the zefoy.com or freer.es and is subject to availability. <u>NOT ALL MODES ARE AVAILABLE AT ALL TIMES</u>. It depends on whether they are available on provider at the moment.
Attention: Before purchasing a licence key, please use the free version. Please note that due to the nature of this product, we regret to inform you that it <u>CANNOT BE RETURNED OR EXCHANGED</u>. Please consider your purchase decision carefully, as <u>ALL SALES ARE FINAL</u>.
Disclaimer: Using a TikTok viewbot is against the platform's Terms of Service. We do not encourage the act or idea of artificially increasing the number of views, likes, shares or favorites of your videos. <u>The use of BotTok is at the user's own risk</u>.
- Bot Tok
- Features
- Quick Start
- Classic Install
- Manual Install
- Update
- Use
- Options
- Advanced
- Run a Task with a Video Directly
- Limit Task Accumulations
- Use Custom Cookies
- Use Proxy
- Use a Random Proxy from a List
- Filter Proxy from a List by Country
- Use Custom User-Agent
- Use Custom Browser
- Run with Visible Browser Window
- Use Terminal Captcha
- Write Activity Log
- Set Minimum Accumulation Limit
- Set Maximum Time Limit
- Set Initial Accumulation Value
- Set Retry Timeout Value
- Set Comment Hearts quantity
- Filter Comments by Text
- Filter Comments by Author
- Get Currently Available Tasks
- Get a Session Status
- Connect to an Existing Browser Instance
- New Bypass Cloudflare Manually
- Bypass Cloudflare Manually
- Trick to avoid being banned on Freer captcha
- Expert
- Premium (No Limitations)
- Donate
- Authors
Features
Attention: The features that are with ❌ are integrated in the bot <u>BUT ARE PRACTICALLY NEVER AVAILABLE IN THE PROVIDERS</u>!
✅ Up Views (Zefoy & Freer)
✅ Up Shares (Zefoy & Freer)
✅ Up Favorites (Zefoy & Freer)
✅ Up Comments Hearts (Zefoy & Freer)
✅ Up Hearts (Zefoy & Freer)
❌ Up Live Stream (Zefoy)
✅ Up Live Views (Freer)
✅ Auto Captcha Solver
✅ Captcha in Terminal (Optional)
✅ Captcha Viewer in Browser
✅ Auto Bypass Cloudflare (Windows & Linux)
✅ Smart Sessions Management (Cloudlfare & Zefoy/Freer Cookies, UA, Proxy)
✅ Video URLs History
✅ Random User-Agent
✅ Proxy
✅ Random Proxy from List
✅ Filter Proxies by Country
✅ Activity Log
✅ Custom Accumulation Limit
✅ Run in Windows, Linux and Android (Termux)
💎 Not limited accumulations (Premium Mode)
💎 Multi Task (Premium Mode)
💎 Run as a Detach Process (Premium Mode)
Quick Start
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 .
Thenpxmethod, however, is sufficient for most users, especially beginners.
The easiest way to run Bot Tok is via npx.
No installation is required: simply install Node.js and run the command.
This method automatically downloads the latest version of Bottok and Chromium.
No Git, SSH, or other dependencies are needed.
Windows
- Install Node.js ≥ 18 (recommended 18 LTS or 22 LTS) from nodejs.org
- Open a terminal (PowerShell or CMD) and run:
npx bottok
Linux
- Install Node.js ≥ 18 (recommended 18 LTS or 22 LTS) (e.g.,
sudo apt install nodejs npm). - Open a terminal and run:
npx bottok
MacOS
- Install Node.js ≥ 18 (recommended 18 LTS or 22 LTS) (using Homebrew or from nodejs.org).
- Open a terminal and run:
npx bottok
Android (Termux)
Requirements: termux (install Termux in your Android phone from F-Droid store, The PlayStore version ins outdated and not work)
- Run in Termux terminal (Install Alpine in Termux)
pkg upgrade && pkg install wget && wget https://raw.githubusercontent.com/jfadev/bottok/main/termux-install.sh && chmod +x termux-install.sh && ./termux-install.sh
- Run in Alpine terminal (Install Node environment and launch NPX)
wget https://raw.githubusercontent.com/jfadev/bottok/main/alpine-npx-install.sh && chmod +x alpine-npx-install.sh && ./alpine-npx-install.sh
Note: To enter Alpine from Termux with proot-distro use the following command:
proot-distro login alpine
and run:
npx bottok
Classic Install
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 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.
The following installation commands are provided for each operating system. Execute the command corresponding to your OS and follow the instructions, choose the default values by pressing enter or typing Y as appropriate. At some point during the installation a public ssh key will be generated and you will need to paste it into your GitHub account to continue. You can look in this documentation in the manual installation of your OS at the "Add your SSH Public Key" step for more details. After doing this step you will need to press enter on the tarminal to finish the installation. If everything went well BotTok should open.
Windows
Attention: Windows Defender may recognize BotTok as a virus. In this case you should temporarily disable the real-time scanning and install it.
First look at how to add a SSH Public Key in your github account on Windows.
- Save the Windows installer file win-install.bat to your user folder and run it, or Run in terminal
curl -o win-install.bat https://raw.githubusercontent.com/jfadev/bottok/main/win-install.bat & win-install.bat
Linux
📹 Install in Linux Tutorial (coming soon)
- Run in terminal
sudo apt install wget && wget https://raw.githubusercontent.com/jfadev/bottok/main/ubuntu-install.sh && chmod +x ubuntu-install.sh && ./ubuntu-install.sh
Android (Termux)
Requirements: termux (install Termux in your Android phone from F-Droid store, The PlayStore version ins outdated and not work)
- Run in Termux terminal (Install Alpine in Termux)
pkg upgrade && pkg install wget && wget https://raw.githubusercontent.com/jfadev/bottok/main/termux-install.sh && chmod +x termux-install.sh && ./termux-install.sh
- Run in Alpine terminal
wget https://raw.githubusercontent.com/jfadev/bottok/main/alpine-install.sh && chmod +x alpine-install.sh && ./alpine-install.sh
Manual Install
Windows

Attention: Windows Defender may recognize BotTok as a virus. In this case you should temporarily disable the real-time scanning and install it.
