{"id":14978781,"url":"https://github.com/simonfarah/tiktok-bot","last_synced_at":"2025-05-15T08:02:32.159Z","repository":{"id":161109482,"uuid":"401301623","full_name":"simonfarah/tiktok-bot","owner":"simonfarah","description":"🦾 A bot that generates followers, likes, views, shares and comment likes","archived":false,"fork":false,"pushed_at":"2024-11-14T09:40:24.000Z","size":64,"stargazers_count":658,"open_issues_count":3,"forks_count":208,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-04-14T13:06:55.988Z","etag":null,"topics":["bot","python","selenium","tiktok","tiktok-bot","tiktok-followers","tiktok-followers-bot","tiktok-likes","tiktok-likes-bot","tiktok-shares","tiktok-shares-bot","tiktok-views","tiktok-views-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonfarah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-08-30T10:21:41.000Z","updated_at":"2025-04-13T21:35:39.000Z","dependencies_parsed_at":"2024-09-28T02:01:14.927Z","dependency_job_id":"810552ef-5ed2-4ac0-8fc7-78ba1f9982ee","html_url":"https://github.com/simonfarah/tiktok-bot","commit_stats":{"total_commits":58,"total_committers":3,"mean_commits":"19.333333333333332","dds":"0.13793103448275867","last_synced_commit":"c588d6f906a6fb7f2d7b987a4ff015ed5298a5cf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonfarah%2Ftiktok-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonfarah%2Ftiktok-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonfarah%2Ftiktok-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonfarah%2Ftiktok-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonfarah","download_url":"https://codeload.github.com/simonfarah/tiktok-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254301420,"owners_count":22047901,"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":["bot","python","selenium","tiktok","tiktok-bot","tiktok-followers","tiktok-followers-bot","tiktok-likes","tiktok-likes-bot","tiktok-shares","tiktok-shares-bot","tiktok-views","tiktok-views-bot"],"created_at":"2024-09-24T13:58:23.593Z","updated_at":"2025-05-15T08:02:32.104Z","avatar_url":"https://github.com/simonfarah.png","language":"Python","funding_links":["https://buymeacoffee.com/simonfarah/commissions/20388","https://buymeacoffee.com/simonfarah"],"categories":[],"sub_categories":[],"readme":"# TikTok Bot\n\nThis Python-based TikTok Bot automates various interactions on [Zefoy](https://zefoy.com/), such as increasing followers, hearts, views, shares, and more, using [Selenium](https://www.selenium.dev/) to navigate and interact with the website. The script is designed for educational purposes to demonstrate automation and web scraping techniques.\n\n## Sponsor\n\nSadCaptcha has paid to be here and I have no affiliation with them.\n\n\u003cdiv align=\"center\"\u003e\n  \u003chr\u003e\n  \u003ca href=\"https://www.sadcaptcha.com?ref=simonfarah\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://sadcaptcha.b-cdn.net/tiktok3d.webp\" width=\"100\" alt=\"TikTok Captcha Solver\"\u003e\n    \u003cimg src=\"https://sadcaptcha.b-cdn.net/tiktokrotate.webp\" width=\"100\" alt=\"TikTok Captcha Solver\"\u003e\n    \u003cimg src=\"https://sadcaptcha.b-cdn.net/tiktokpuzzle.webp\" width=\"100\" alt=\"TikTok Captcha Solver\"\u003e\n    \u003cimg src=\"https://sadcaptcha.b-cdn.net/tiktokicon.webp\" width=\"100\" alt=\"TikTok Captcha Solver\"\u003e\n    \u003cbr/\u003e\n    \u003cdiv\u003e\n         \u003cb\u003eTikTok Captcha Solver: \u003c/b\u003e Bypass any TikTok captcha in just two lines of code.\u003cbr\u003e Scale your TikTok automation and get unblocked with SadCaptcha.\n    \u003c/div\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## Prerequisites\n\n- [Python 3.x](https://www.python.org/downloads/)\n- A browser installed with his corresponding driver\n- A good and stable internet connection\n\n## Installation\n\n1. Clone the repository to your local machine.\n2. Install any browser of your choice as well as his corresponding driver.\n3. 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.](https://buymeacoffee.com/simonfarah/commissions/20388)\n4. Navigate to the cloned directory and install the required Python packages:\n\n```sh\npip install -r requirements.txt\n```\n\n## Usage\n\n1. Open a terminal or command prompt.\n2. Navigate to the project's directory.\n3. Run the bot with the following command:\n\n```sh\npython bot.py\n```\n\n4. Follow the CLI prompts to complete captchas and choose the service you want to automate (e.g., followers, hearts).\n5. Input the URL of the video you want to apply the service to when prompted.\n\n## Note\n\nThe 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.\n\nThese services have been successfully tested and are 100% working:\n\n- Hearts\n- Views\n- Shares\n- Favorites\n\n## Support\n\nYour donations keep me motivated to continue developing and creating more stuff. Support me [here.](https://buymeacoffee.com/simonfarah)\n\nYou can book a private online meeting with me to help you install and run the bot [here.](https://buymeacoffee.com/simonfarah/commissions/20388)\n\n## Disclaimer\n\nThis 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.\n\n- **Ethical Use**: Use this bot responsibly and ethically. Do not use it to spam or harm other users.\n- **Consent**: Ensure you have the consent of the account holder before using this bot on any account.\n- **No Warranty**: This software is provided \"as is\", without warranty of any kind.\n\nBy using this software, you agree to the terms of this disclaimer and to provided license.\n\n## Contributions\n\nContributions are welcome! If you have suggestions for improvements or bug fixes, please feel free to fork the repository and submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonfarah%2Ftiktok-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonfarah%2Ftiktok-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonfarah%2Ftiktok-bot/lists"}