/ZefoyViewSender

Automate TikTok view submissions using Zefoy with Python and Selenium — no login required.

Primary LanguagePythonMIT LicenseMIT

ZefoyViewSender — Automate TikTok View Boosting with Selenium 🚀

ZefoyViewSender Logo Python Version License

ZefoyViewSender is a lightweight automation tool built with Python and Selenium to interact with the Zefoy.com platform. It automates the process of sending free TikTok views without requiring any login or TikTok credentials.

Using Zefoy’s built-in services, this tool can deliver 500+ views per submission, with a typical cooldown of every 5 minutes. All CAPTCHA handling is done manually at the start, and the rest is fully automated.

🎯 Key Features

  • Auto Submit Views — Automatically sends ~500+ views every 5 minutes
  • Timer Intelligence — Smart delay detection with precision waiting
  • Robust Error Handling — Auto retry system for failed attempts
  • Professional CLI Interface — Console output with progress feedback
  • Multi-Config Support — Easily configurable via config.json
  • Ad Management System — Detects and closes ads/popups seamlessly

🖥️ System Requirements

  • ChromeDriver (must match Chrome version)
  • Google Chrome (latest stable version)
  • Python 3.8 or higher
  • Stable internet connection

📥 Installation

  1. Clone the repository:

    git clone https://github.com/RozhakLabs/ZefoyViewSender.git
    cd ZefoyViewSender
  2. Install dependencies:

    pip install -r requirements.txt
  3. Download the ChromeDriver matching your Chrome version: 👉 https://chromedriver.chromium.org/downloads

🚀 Usage

  1. Copy the config template:

    cp config.example.json config.json
  2. Edit config.json:

    {
        "video_url": "YOUR_TIKTOK_VIDEO_URL_HERE",
        "max_retries": 5,
        "wait_times": {
            "element_timeout": 10,
            "retry_delay": 15,
            "error_delay": 300
        }
    }
  3. Run the program:

    python main.py
  4. Follow the console instructions:

    • Solve CAPTCHA manually when prompted
    • Let the script run in the background automatically

📸 Screenshot

Image

⚠️ Important Notes

  1. Manual CAPTCHA solving is required at the beginning
  2. Keep ChromeDriver updated to match your Chrome version
  3. Recommended usage: max 5x per hour to avoid rate-limits
  4. Monitor system usage (CPU/RAM) during operation
  5. Zefoy's UI may change unexpectedly — scripts may need adjustments

🔒 Disclaimer

This tool is intended for educational and research purposes only. Use at your own risk. The developer is not responsible for:

  • TikTok account bans or suspensions
  • System failures or damages
  • Abuse or malicious use
  • Any legal consequences

⚠️ Use responsibly and avoid abuse. We strongly encourage users to:

📜 License

This project is licensed under the MIT License. See the LICENSE file for more details.