Skip to content

The TikTok Automation Bot is a Python script designed to automate various interactions with TikTok profiles through Zefoy.com. It provides a streamlined way to perform actions such as viewing videos, liking content, and more, utilizing the Selenium WebDriver for browser automation.

License

Notifications You must be signed in to change notification settings

terafear/TikTok-Automation-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TikTok Automation Bot

The TikTok Automation Bot is a Python script designed to automate various interactions with TikTok profiles through Zefoy. It provides a streamlined way to perform actions such as viewing videos, liking content, and more, utilizing the Selenium WebDriver for browser automation.

Prerequisites

Before you can run the TikTok Automation Bot, you need to have the following installed on your system:

  • Python 3.6 or newer
  • pip (Python package installer)
  • Google Chrome or Chromium browser
  • ChromeDriver (compatible with your browser version)

Installation

Follow these steps to get the TikTok Automation Bot up and running on your machine:

  1. Clone the repository:

    git clone https://github.com/terafear/TikTok-Automation-Bot.git
    cd tiktok-automation-bot
  2. Set up a virtual environment (optional but recommended):

    • For Unix/macOS:

      python3 -m venv venv
      source venv/bin/activate
    • For Windows:

      python -m venv venv
      .\venv\Scripts\activate
  3. Install the required packages:

    pip install -r requirements.txt

Usage

To run the TikTok Automation Bot, execute the script from the command line. Ensure you're in the project directory and your virtual environment is activated (if you've set one up).

python bot.py

Follow the on-screen instructions to complete the captcha on Zefoy and select the services you wish to automate.

Features

  • Automate multiple interactions with TikTok profiles via Zefoy.com.
  • User-friendly command-line interface for easy interaction.
  • Support for multiple URLs, rotating through each for automated actions.
  • Dynamic service status checking ensures that only available services are interacted with.
  • Graceful handling of internet connectivity issues and script interruptions.

Acknowledgments

Special thanks to Zefoy for their services, which made this project possible. This script is intended for educational purposes and should be used responsibly and ethically.

Disclaimer

This project is not affiliated with TikTok, Zefoy, or any related entities. It was created for educational and research purposes only. Users are advised to ensure they comply with TikTok's terms of service and use the script ethically.

About

The TikTok Automation Bot is a Python script designed to automate various interactions with TikTok profiles through Zefoy.com. It provides a streamlined way to perform actions such as viewing videos, liking content, and more, utilizing the Selenium WebDriver for browser automation.

Topics

Resources

License

Stars

Watchers

Forks

Languages