- Description
- Preview
- Features
- Watch the Installation Video
- Prerequisites
- Installation
- Usage
- Contributing
- Disclaimer
- Acknowledgements
- Issues
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.
Here is a screenshot of the TIKTOD V3 application:
- User-friendly interface using
customtkinter
. - Added feature to auto-detect available modes on the website.
- Automatic captcha solving using OCR with
pytesseract
. - Light mode and dark mode support.
- Detailed stats.
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.
- Google Chrome (version 89 or later) must be installed on your system. You can download it from here.
- Ensure Tesseract OCR is installed on your system. You can download it from here. Additionally, make sure to add Tesseract to your system PATH. Follow this tutorial for instructions on how to add it to the PATH on Windows 10.
- Python 3.7 or higher must be installed on your system. You can download it from here.
Note: If you plan to use the executable version, you do not need to install Python. Ensure that Python (if you plan to use the source code) and Tesseract OCR are added to your system's PATH.
- Download the latest release zip or executable from the releases page.
- If you downloaded the zip file, extract it to a directory of your choice.
- Navigate to the extracted directory or the directory containing the executable.
- Install the required packages:
pip install -r requirements.txt
- Run the application:
python app.py
-
Run the executable file directly.
-
Enter the TikTok video URL in the provided input field.
-
Click the "Setup" button to initialize the bot.
-
Select the desired mode (Views, Hearts, Followers, Shares) from the sidebar.
-
Click the "Start" button to begin the automation process.
-
To stop the application or change the mode, click the "Stop" button.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
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.
Thanks to Zefoy for providing free services and previous contributors for their valuable input and support.
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.