Ability to boost VIEWS, HEARTS, COMMENT HEARTS, FOLLOWERS, SHARES, LIVE STREAM VIEWS
Selenium(Use pip) and https://chromedriver.chromium.org/downloads
You can't use a VPN
- If the website in line 32 of the json file stops working the script becomes useless
- Any of the services offered by the website can stop working at any time in which case you have to stop the script and choose a different one
-
Open options.json
-
Replace chromedriver path in line 33 with you own (add .exe at the end if on Windows)
"PATH\chromedriver"
-
Change the Loops value in line 34 this will determine how many times the group of actions selected will be repeated
-
Change the loops values in line 5, 9, 13, 17, 21, and 25. This will determine how many times you want each service to run before moving on to the next service 4a) This should be equal to or greater than the number of videos after line 29 of the json since 1 loops = 1 video otherwise only the first N videos will receive the service
-
Paste TikTok video URL inside the quotes in line 29
5a) You can use more then one video URL at a time just copy and paste line 29 after line 29 and replace the URL in the quotes, this will divide the service between all of the videos listed
"https://www.tiktok.com/@/video/", "https://www.tiktok.com/@/video2/",
-
Save and close
- Start the bot with
python bt.py
- Insert the Captcha
- Hit ENTER
- If the value of "loops" in line 34 is greater than 0 then all of the services selected on the json file lines 5, 9, 13, 17, 21, and 25 will run otherwise you will be asked to choose one service and how many times you want to run it