Features | Description |
---|---|
Automated Views | Automate video views on TikTok seamlessly. |
Likes Automation | Perform automated likes on specified videos or profiles. |
Comment Likes | Boost engagement by automating comment likes. |
Dynamic Service Selection | Supports multiple services based on availability. |
Continuous Execution | Automatically loops tasks until stopped by the user. |
User-Friendly Console Interface | Interactive CLI for straightforward control and input. |
Service Reliability | Handles errors like interruptions and connectivity issues gracefully. |
The TikTok Automation Bot leverages Python and Selenium WebDriver to automate TikTok interactions via Zefoy. Its simple yet powerful interface makes it ideal for automating tasks like increasing views, likes, and comment interactions.
- Run the Script: Execute
Run.py
to start the bot. - Solve the CAPTCHA: Manually complete the CAPTCHA on Zefoy.
- Ignore Pop-ups: Skip consent pop-ups automatically.
- Select an Option: Choose a desired service in the console.
- Enter Details: Provide video URL or username if "comment likes" is chosen.
- Relax: The script runs continuously until manually stopped.
Before you begin, ensure you have the following installed:
- Python 3.6 or newer
- pip (Python package installer)
- Google Chrome or Chromium browser
- ChromeDriver (compatible with your browser version)
git clone https://github.com/zebbern/Zefoy-Automation.git
cd Zefoy-Automation
python3 -m venv venv
source venv/bin/activate
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
To run the bot, follow these steps:
python run.py
- Complete the CAPTCHA on Zefoy.
- Follow the console prompts to select services and provide necessary details.
- Sit back and let the automation take over!
Input Information | Description |
---|---|
Video URL/Usernames | Specify URLs or usernames for actions like views or comment likes. |
Repeat Mode | Tasks run in a continuous loop until stopped. |
A special thanks to Zefoy for providing the platform for automation.
Warning
This project is for educational purposes only and is not affiliated with TikTok or Zefoy. Users are responsible for ensuring compliance with TikTok's terms of service. Use responsibly and ethically.