https://github.com/zebbern/zefoy-automation
🎶 | TikTok growth with Zefoy automation increases views, likes, and comment likes all automatically!
https://github.com/zebbern/zefoy-automation
automation automator autotool develop developer follow follows hacker hacking like likes programmer python scripts-python tiktok tiktok-automation tool zefoy zefoy-bot
Last synced: about 2 months ago
JSON representation
🎶 | TikTok growth with Zefoy automation increases views, likes, and comment likes all automatically!
- Host: GitHub
- URL: https://github.com/zebbern/zefoy-automation
- Owner: zebbern
- License: mit
- Created: 2025-01-27T09:34:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T03:33:24.000Z (4 months ago)
- Last Synced: 2025-04-13T16:51:09.466Z (about 2 months ago)
- Topics: automation, automator, autotool, develop, developer, follow, follows, hacker, hacking, like, likes, programmer, python, scripts-python, tiktok, tiktok-automation, tool, zefoy, zefoy-bot
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
## Automate Zefoy Interactions With No Effort
---
| **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. |---
## **Overview**
The **TikTok Automation Bot** leverages Python and Selenium WebDriver to automate TikTok interactions via [Zefoy](https://zefoy.com/). Its simple yet powerful interface makes it ideal for automating tasks like increasing views, likes, and comment interactions.
### **How It Works**
1. **Run the Script:** Execute `Run.py` to start the bot.
2. **Solve the CAPTCHA:** Manually complete the CAPTCHA on Zefoy.
3. **Ignore Pop-ups:** Skip consent pop-ups automatically.
4. **Select an Option:** Choose a desired service in the console.
5. **Enter Details:** Provide video URL or username if "comment likes" is chosen.
6. **Relax:** The script runs continuously until manually stopped.---
## **Prerequisites**
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)---
## **Installation**
### 1. Clone the Repository
```bash
git clone https://github.com/zebbern/Zefoy-Automation.git
cd Zefoy-Automation
```### 2. Set Up a Virtual Environment (Optional)
#### On Unix/macOS:
```bash
python3 -m venv venv
source venv/bin/activate
```#### On Windows:
```bash
python -m venv venv
.\venv\Scripts\activate
```### 3. Install Requirements
```bash
pip install -r requirements.txt
```---
## **Usage**
To run the bot, follow these steps:
```bash
python run.py
```- Complete the CAPTCHA on [Zefoy](https://zefoy.com/).
- 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. |---
## **Acknowledgments**
A special thanks to [Zefoy](https://zefoy.com/) for providing the platform for automation.
---
## **Disclaimer**
> [!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.---