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 |
# 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/"# 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| 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.