-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,29 @@ | ||
# tibot | ||
TIBOT | TikTok bot for farming likes, followers, shares and many more | ||
# INTRODUCTION | ||
![Screenshot_78](https://user-images.githubusercontent.com/54808201/162625129-e0d0b5c8-3b45-46d0-9185-d0fde027564c.png) | ||
|
||
TIBOT is a simple python bot which makes use of Selenium and Zefoy.com in order to allow TikTok users to farm views, likes, shares, followers, comment likes, and live VS+ likes. Originally, this bot was made by combining 2 outdated bots, [TikTok-Viewbot](https://github.com/F-Society-Freaks/TikTok-Viewbot) and [TikTokDV3](https://github.com/kangoka/tiktodv3). By the use of Selenium (chrome automation), we're able to access Zefoy.com, a website which offers free boost services, and automate the process. | ||
# HOW TO INSTALL | ||
|
||
### Google Chrome | ||
|
||
1. Install any version of [Google Chrome](https://www.google.com/chrome/) you want. | ||
2. Go to the '[About Google Chrome](chrome://settings/help)' section and remember the version you installed. | ||
|
||
### Chrome driver | ||
|
||
1. Go to [Chrome driver](https://chromedriver.chromium.org/downloads) install page and download the version that matches your Google Chrome version. | ||
2. Unzip the 'chromedriver.exe' into the main folder. | ||
|
||
### Python & requirements | ||
|
||
1. Download the latest version of [Python](https://www.python.org/downloads/) and install it. | ||
2. [Install pip](https://www.geeksforgeeks.org/how-to-install-pip-on-windows) and follow it up with the requirements: `pip install selenium` `pip install pyfiglet` | ||
|
||
# USAGE | ||
Simply start `main.py`, select the metric you want to boost, input the required links and let it run in the background. | ||
You can start multiple instances of the bot but don't use the same link. Zefoy has delays put in place to stop people from abusing their service. | ||
|
||
Because this bot is in a very early stage, currently only the viewbotting feature is enabled, but updates will come soon which will slowly enable all the other features and new ones. | ||
|
||
# DISCLAIMER | ||
This piece of software was made purely for educational purposes. USE AT YOUR OWN RISK. TikTok's Terms of Service clearly states that any kind of botting which could result in boosting your page's metrics or popularity MAY result in punishment up to a permanent ban. |