Skip to content

Get unlimited Tik Tok views or hearts or followers

Notifications You must be signed in to change notification settings

WeKnow-io/tiktodv3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

TIKTOD V3

Description

TIKTOD V3 is a bot application designed to automate interactions on Zefoy website, such as increasing views, hearts, followers, and shares on a specified video. The bot uses technologies like Selenium for web automation and OCR (Optical Character Recognition) for solving captchas.

Preview

Here is a screenshot of the TIKTOD V3 application:

TIKTOD V3 Screenshot

Updates

  • Added a graphical user interface using tkinter and customtkinter.
  • Refactored codebase to follow a modular structure for better maintainability and scalability.
  • Implemented threading to handle bot operations without freezing the UI.
  • Added support for multiple modes: Views, Hearts, Followers, Shares.
  • Automatic captcha solving using OCR with pytesseract.
  • Enhanced logging and status updates in the UI.
  • Added dark mode support.
  • Added feature to auto-detect available modes on the website.

Watch the Installation Video

If you are unsure how to install the application, please watch this installation video for a step-by-step guide, or for a demo of the bot.

Prerequisites

  • Google Chrome (version 89 or later) must be installed on your system.
  • Python 3.7 or higher must be installed on your system.

Installation

  1. Clone the repository:
    git clone https://github.com/kangoka/tiktodv3.git
  2. Navigate to the project directory:
    cd tiktodv3
  3. Install the required packages:
    pip install -r requirements.txt

Usage

Before running the application, edit bot.py and find the line:

chrome_options.add_extension('C:/Temp/ublock.crx')

Change the path to match the location of your ublock.crx file.

  1. Run the application:
    python app.py
  2. Enter the TikTok video URL in the provided input field.
  3. Select the desired mode (Views, Hearts, Followers, Shares) from the sidebar.
  4. Click the "Setup" button to initialize the bot.
  5. Click the "Start" button to begin the automation process.
  6. To stop the application or change the mode, click the "Stop" button.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

Disclaimer

This project is intended for educational purposes only. The use of this bot to manipulate TikTok metrics may violate TikTok's terms of service and could result in legal consequences. Use it responsibly, ethically, and at your own risk.

Acknowledgements

Thanks to Zefoy for providing free services and previous contributors for their valuable input and support.

Issues

If you encounter any issues while using TIKTOD V3, please open an issue on the GitHub repository with detailed information about the issue, including:

  • Steps to reproduce the issue.
  • Any error messages or logs.
  • Your operating system and Python version.

About

Get unlimited Tik Tok views or hearts or followers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%