Skip to content

🎶 | TikTok growth with Zefoy automation increases views, likes, and comment likes all automatically!

Notifications You must be signed in to change notification settings

zebbern/Zefoy-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Automate Zefoy Interactions With No Effort

v2.1.0 - Clean Architecture Edition


Features Description
Auto Service Detection Automatically detects which services are online/offline
Smart Rate Limit Handling Auto-waits when rate limited, retries automatically
Multiple Services Hearts, Favorites, Comment Hearts (more coming)
Interactive Mode Choose services from a menu, no flags needed
Loop Support Send multiple times with -n flag
Site Health Check Quick check if zefoy.com is up with --check

zefoyzeb

Quick Start

# 1. Clone
git clone https://github.com/zebbern/Zefoy-Automation.git
cd Zefoy-Automation

# 2. Install
pip install playwright
playwright install chromium

# 3. Run
python -m zefoy_cli.main "https://vm.tiktok.com/YOUR_VIDEO/"

Usage

# Interactive mode (choose service from menu)
python -m zefoy_cli.main "https://vm.tiktok.com/YOUR_VIDEO/"

# Direct service selection
python -m zefoy_cli.main "https://vm.tiktok.com/YOUR_VIDEO/" -s hearts
python -m zefoy_cli.main "https://vm.tiktok.com/YOUR_VIDEO/" -s favorites
python -m zefoy_cli.main "https://vm.tiktok.com/YOUR_VIDEO/" -s chearts

# Multiple sends
python -m zefoy_cli.main "https://vm.tiktok.com/YOUR_VIDEO/" -n 5

# Check site status
python -m zefoy_cli.main --check

# Show version
python -m zefoy_cli.main --version

Flags

Flag Description
-s, --service Service: hearts, favorites, chearts
-n, --count Number of successful sends (default: 1)
--no-wait Don't auto-wait on rate limits
-v, --verbose Show debug output
--check Check if zefoy.com is up
--version Show version

Solve CAPTCHA once, then let it run.