Skip to content
forked from jfadev/bottok

Bot Tok is an TikTok Up Bot (likes, followers, shares, favorites and views) based in node.js, puppeteer and zefoy.com.

License

Notifications You must be signed in to change notification settings

ZansLord/bottok

Β 
Β 

Repository files navigation

Bot Tok

Bot Tok is an TikTok Up Bot (likes, followers, shares, favorites and views) based in node.js, puppeteer and zefoy.com.

πŸ›Ÿ Find help in Telegram

Attention: Bot Tok automates the use of the zefoy.com and is subject to availability. Not all modes are available at all times. It depends on whether they are available on Zefoy at the moment.

Attention: 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. The use of BotTok is at the user's own risk.

πŸ“¦ Downloads

Features

  • Up Followers
  • Up Views
  • Up Likes
  • Up Shares
  • Up Favorites
  • Up Comment Likes
  • Video URLs History
  • Captcha in Terminal (free mode)
  • Auto Captcha Solver (premium mode)
  • Save Cookies (Zefoy Session)
  • Random User-Agent
  • Proxy
  • Run in Windows, Linux and Android (Termux)

Install

Windows

  1. Run in terminal
curl -o win-install.bat https://raw.githubusercontent.com/jfadev/bottok/main/win-install.bat & win-install.bat

Linux

  1. Run in terminal
wget https://raw.githubusercontent.com/jfadev/bottok/main/ubuntu-install.sh && chmod +x ubuntu-install.sh && ./ubuntu-install.sh

Android (Termux)

Requirements: termux

  1. Run in Termux terminal
pkg install wget && wget https://raw.githubusercontent.com/jfadev/bottok/main/termux-install.sh && chmod +x termux-install.sh && ./termux-install.sh
  1. Run in Alpine terminal
wget https://raw.githubusercontent.com/jfadev/bottok/main/alpine-ssh-keygen.sh && chmod +x alpine-ssh-keygen.sh && ./alpine-ssh-keygen.sh
wget https://raw.githubusercontent.com/jfadev/bottok/main/alpine-install.sh && chmod +x alpine-install.sh && ./alpine-install.sh

Manual Install

Windows

Requirements: git, nodejs >=18 (Latest maintenance LTS version), npm and chrome/chromium.

  1. Download and Install nodejs

  2. Clone this repository in terminal

$ git clone [email protected]:jfadev/bottok.git
  1. Install Bot Tok
$ cd bottok
$ npm install

Linux

πŸ›Ÿ Install in Linux (Ubuntu) video

Requirements: git, nodejs >=18 (Latest maintenance LTS version), npm and chrome/chromium.

  1. Install nodejs
$ sudo apt install nodejs
$ sudo apt install npm
$ sudo apt install git
  1. Clone this repository in terminal
$ git clone [email protected]:jfadev/bottok.git
  1. Install Bot Tok
$ cd bottok
$ npm install

Android (Termux)

Requirements: termux

There is no build of Google Chrome available for ARM at this moment, so using chromium instead. Installing chromium on Termux directly requires snap which is another big hurdle so alternatively using alpine distro here.

  1. Install alpine in termux
$ apt update
$ apt upgrade
$ pkg install proot-distro
$ proot-distro install alpine
$ proot-distro login alpine

In alpine:

$ apk update && apk add --no-cache nmap && \
    echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories && \
    echo @edge http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories && \
    apk update && \
    apk add --no-cache \
    chromium
  1. Install git, nodejs and npm
$ apk add nodejs
$ apk add npm
$ apk add git
  1. Clone this repository in terminal
$ git clone [email protected]:jfadev/bottok.git
  1. Install Bot Tok
$ cd bottok
$ npm install

To enter Alpine from Termux use the following command:

$ proot-distro login alpine

Update

Windows

  1. Run in terminal
$ cd bottok
$ win-update.bat

Linux

  1. Run in terminal
$ cd bottok
$ ./ubuntu-update.sh

Android (Termux)

  1. Run in terminal
$ cd bottok
$ ./alpine-update.sh

Use

$ node bottok.js

And follow the instructions, solve the captcha in the console if necessary, choose one of the available tasks and let the bot work.

Options

Usage: node bottok.js [options]

Options:
  -h, --help            Show help
  -v, --version         BotTok version
  -l, --video <link>    TikTok video URL to perform the task on
  -t, --task <task>     Task to perform on the TikTok video (example: 'Up Views')
  -c, --cookies <file>  File path to store session cookies (default: cookies.json)
  -u, --user-agent <ua> User agent to be used (default: random user-agent)
  -p, --proxy <proxy>   The proxy to be used (example: http://localhost:8080)
  -b, --browser <path>  Path to a browser executable to use instead of Chromium   

Advanced

Use Custom Cookies
$ node bottok.js -c cookies2.json
Use Proxy
$ node bottok.js -p http://127.0.0.1:8080
Use Custom User-Agent
$ node bottok.js -u 'Mozilla/5.0 (iPad; CPU OS 8_4 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H143 Safari/600.1.4'
Use Custom Browser

Path to a browser executable to use instead of the bundled Chromium. Note that Puppeteer is only guaranteed to work with the bundled Chromium, so use this setting at your own risk.

$ node bottok.js -b /usr/bin/google-chrome-stable

or

$ node bottok.js -b 'C:/Program Files (x86)/Google/Chrome/Application/chrome.exe'

Premium (No Limitations)

The FREE version limited to ~5000 accumulations (views, likes, shares, etc...).

The advantage of acquiring the license is that the bot continues to work indefinitely and accumulates large amounts of views, shares, etc... Unlock this limitation by purchasing a license at here

Paste a License Key here:

Authors

About

Bot Tok is an TikTok Up Bot (likes, followers, shares, favorites and views) based in node.js, puppeteer and zefoy.com.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 50.7%
  • Batchfile 49.3%