Skip to content

clicky4u/Tiktok-Booster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikTok Views Automation Script

This script automates the process of sending views to a specified TikTok video using Selenium WebDriver. It includes features for handling captcha challenges and providing a user-friendly console interface.

Features

  • Automated view sending to TikTok videos.
  • Captcha image capture and manual solving.
  • Console input for video URL and target views.
  • Colorful console output using Colorama.
  • Threaded execution for automation and stopping functionality.

Requirements

Before running the script, make sure you have the following installed:

  • Google Chrome
  • Python 3.x
  • Chrome WebDriver (matching your installed Chrome version)

Required Python Packages

You can install the necessary packages using the provided requirements.txt file.

  1. Clone or download this repository.
  2. Navigate to the project directory.
  3. Run the following command to install the required packages:
pip install -r requirements.txt

Usage
1.Run the Script: python v5.py
2.Input Video URL: Enter the TikTok video URL you want to send views to.
3.Input Target Views: Enter the number of views you wish to send to the specified 
  video (1000 and up).
4.Captcha Handling: Enter the code that shows in the image for the captcha.
5.Stopping the Process: You can stop the automation process at any time by pressing Ctrl + Z. The script will cleanly exit and close the browser.

License
This project is licensed under the MIT License. See the LICENSE file for details.

Disclaimer
Use this script responsibly. Automating actions on platforms may violate their terms of service. Ensure you understand the risks before using this automation tool.