{"id":14978779,"url":"https://github.com/kangoka/tiktodv3","last_synced_at":"2025-05-15T01:04:20.925Z","repository":{"id":38407106,"uuid":"290030908","full_name":"kangoka/tiktodv3","owner":"kangoka","description":"TIKTOD V3 is a bot application designed to automate interactions on Zefoy website, such as increasing views, hearts, followers, and shares on a specified video. The bot uses technologies like Selenium for web automation and OCR (Optical Character Recognition) for solving captchas.","archived":false,"fork":false,"pushed_at":"2025-01-26T16:06:17.000Z","size":8620,"stargazers_count":742,"open_issues_count":3,"forks_count":349,"subscribers_count":45,"default_branch":"master","last_synced_at":"2025-04-15T00:45:24.649Z","etag":null,"topics":["python","selenium","tiktok","tiktok-automation","tiktok-bot","tiktok-python","tiktokbot","zefoy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kangoka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-24T20:17:56.000Z","updated_at":"2025-04-14T07:51:50.000Z","dependencies_parsed_at":"2024-09-28T02:01:10.919Z","dependency_job_id":"9b9f1a3e-0fb5-414b-89b3-b63176769b73","html_url":"https://github.com/kangoka/tiktodv3","commit_stats":{"total_commits":49,"total_committers":5,"mean_commits":9.8,"dds":"0.22448979591836737","last_synced_commit":"0a9a695764ef09d978c288600580673640a972e7"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kangoka%2Ftiktodv3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kangoka%2Ftiktodv3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kangoka%2Ftiktodv3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kangoka%2Ftiktodv3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kangoka","download_url":"https://codeload.github.com/kangoka/tiktodv3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986274,"owners_count":21194024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","selenium","tiktok","tiktok-automation","tiktok-bot","tiktok-python","tiktokbot","zefoy"],"created_at":"2024-09-24T13:58:22.783Z","updated_at":"2025-04-15T00:45:40.711Z","avatar_url":"https://github.com/kangoka.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://i.imgur.com/mpXJ5nf.png\" alt=\"Logo\" width=\"300\"\u003e\n\u003c/p\u003e\n\n## Table of Contents\n- [Description](#description)\n- [Preview](#preview)\n- [Features](#features)\n- [Watch the Installation Video](#watch-the-installation-video-outdated)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [Disclaimer](#disclaimer)\n- [Acknowledgements](#acknowledgements)\n- [Issues](#issues)\n\n# TIKTOD V3\n\n## Description\nTIKTOD V3 is a bot application designed to automate interactions on Zefoy website, such as increasing views, hearts, followers, and shares on a specified video. The bot uses technologies like Selenium for web automation and OCR (Optical Character Recognition) for solving captchas.\n\n## Preview\nHere is a screenshot of the TIKTOD V3 application:\n\n\u003cp align=\"left\"\u003e\n    \u003cimg src=\"https://i.imgur.com/X9PH9Hp.png\" alt=\"TIKTOD V3 Screenshot\" width=\"600\"\u003e\n\u003c/p\u003e\n\n## Features\n- User-friendly interface using `customtkinter`.\n- Added feature to auto-detect available modes on the website.\n- Automatic captcha solving using OCR with `pytesseract`.\n- Light mode and dark mode support.\n- Detailed stats.\n\n## Watch the Installation Video (outdated)\nIf you are unsure how to install the application, please watch this [installation video](https://youtu.be/50gvfn1zg-w) for a step-by-step guide, or for a demo of the bot.\n\n## Prerequisites\n- Google Chrome (version 89 or later) must be installed on your system. You can download it from [here](https://www.google.com/chrome/).\n- Ensure Tesseract OCR is installed on your system. You can download it from [here](https://github.com/tesseract-ocr/tesseract/releases/latest). \nAdditionally, make sure to add Tesseract to your system PATH. Follow this [tutorial](https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/) for instructions on how to add it to the PATH on Windows 10.\n- Python 3.7 or higher must be installed on your system. You can download it from [here](https://www.python.org/downloads/).\n\n\u003e **Note:** If you plan to use the executable version, you do not need to install Python. Ensure that Python (if you plan to use the source code) and Tesseract OCR are added to your system's PATH.\n\n\n## Installation\n\n1. Download the latest release zip or executable from the [releases page](https://github.com/kangoka/tiktodv3/releases).\n2. If you downloaded the zip file, extract it to a directory of your choice.\n3. Navigate to the extracted directory or the directory containing the executable.\n\n## Usage\n\n### Option 1: Using Source Code\n\n1. Install the required packages:\n    ```sh\n    pip install -r requirements.txt\n    ```\n2. Run the application:\n    ```sh\n    python app.py\n    ```\n\n### Option 2: Using Executable\n\n1. Run the executable file directly.\n\n2. Enter the TikTok video URL in the provided input field.\n3. Click the \"Setup\" button to initialize the bot.\n4. Select the desired mode (Views, Hearts, Followers, Shares) from the sidebar.\n5. Click the \"Start\" button to begin the automation process.\n6. To stop the application or change the mode, click the \"Stop\" button.\n\n\n## Contributing\nContributions are welcome! Please fork the repository and submit a pull request with your changes.\n\n## Disclaimer\n\nThis project is intended for educational purposes only. The use of this bot to manipulate TikTok metrics may violate TikTok's terms of service and could result in legal consequences. Use it responsibly, ethically, and at your own risk.\n\n## Acknowledgements\n\nThanks to Zefoy for providing free services and previous contributors for their valuable input and support.\n\n## Issues\n\nIf you encounter any issues while using TIKTOD V3, please open an issue on the [GitHub repository](https://github.com/kangoka/tiktodv3/issues) with detailed information about the issue, including:\n   - Steps to reproduce the issue.\n   - Any error messages or logs.\n   - Your operating system and Python version.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkangoka%2Ftiktodv3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkangoka%2Ftiktodv3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkangoka%2Ftiktodv3/lists"}