Skip to content

Latest commit

 

History

History
82 lines (56 loc) · 3.64 KB

README.md

File metadata and controls

82 lines (56 loc) · 3.64 KB

TikTok Bot

This Python-based TikTok Bot automates various interactions on Zefoy, such as increasing followers, hearts, views, shares, and more, using Selenium to navigate and interact with the website. The script is designed for educational purposes to demonstrate automation and web scraping techniques.

Sponsor

SadCaptcha has paid to be here and I have no affiliation with them.

Prerequisites

  • Python 3.x
  • A browser installed with his corresponding driver
  • A good and stable internet connection

Installation

  1. Clone the repository to your local machine.
  2. Install any browser of your choice as well as his corresponding driver.
  3. Edit the _init_driver function to comply with your browser and driver setup. (I configured mine with Firefox and kept the code as an example for you to better understand). If you face any difficulty, feel free to reach out and ask for help, or for special help, you can book a private online meeting with me to help you install and run the bot here.
  4. Navigate to the cloned directory and install the required Python packages:
pip install -r requirements.txt

Usage

  1. Open a terminal or command prompt.
  2. Navigate to the project's directory.
  3. Run the bot with the following command:
python bot.py
  1. Follow the CLI prompts to complete captchas and choose the service you want to automate (e.g., followers, hearts).
  2. Input the URL of the video you want to apply the service to when prompted.

Note

The bot has not been tested with all the services of Zefoy. Few of them, due to the fact that they are most of the time offline, prevent me from running tests.

These services have been successfully tested and are 100% working:

  • Hearts
  • Views
  • Shares
  • Favorites

Support

Your donations keep me motivated to continue developing and creating more stuff. Support me here.

You can book a private online meeting with me to help you install and run the bot here.

Disclaimer

This tool is created for educational purposes only. The developer assumes no liability for any misuse or damage caused by this tool. It is the end user's responsibility to comply with all applicable local, state, national, and international laws.

  • Ethical Use: Use this bot responsibly and ethically. Do not use it to spam or harm other users.
  • Consent: Ensure you have the consent of the account holder before using this bot on any account.
  • No Warranty: This software is provided "as is", without warranty of any kind.

By using this software, you agree to the terms of this disclaimer and to provided license.

Contributions

Contributions are welcome! If you have suggestions for improvements or bug fixes, please feel free to fork the repository and submit a pull request.