{"id":30195291,"url":"https://github.com/davidteather/tiktokbot","last_synced_at":"2025-08-13T04:10:30.861Z","repository":{"id":40473870,"uuid":"188500101","full_name":"davidteather/TikTokBot","owner":"davidteather","description":"A TikTokBot that downloads trending tiktok videos and compiles them using FFmpeg","archived":false,"fork":false,"pushed_at":"2024-08-26T00:44:22.000Z","size":154521,"stargazers_count":344,"open_issues_count":10,"forks_count":61,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-08-26T11:48:26.312Z","etag":null,"topics":["api","bot","editing","ffmpeg","hacktoberfest","tik","tiktok","tiktok-api","tiktok-compilations","tok","trending-tiktok-videos","unoffical","video","webscraping"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidteather.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":["https://www.paypal.me/dteather"],"github":"davidteather"}},"created_at":"2019-05-24T23:51:05.000Z","updated_at":"2024-08-26T00:44:25.000Z","dependencies_parsed_at":"2023-02-09T02:01:19.406Z","dependency_job_id":null,"html_url":"https://github.com/davidteather/TikTokBot","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/davidteather/TikTokBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidteather%2FTikTokBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidteather%2FTikTokBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidteather%2FTikTokBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidteather%2FTikTokBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidteather","download_url":"https://codeload.github.com/davidteather/TikTokBot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidteather%2FTikTokBot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270178597,"owners_count":24540473,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","bot","editing","ffmpeg","hacktoberfest","tik","tiktok","tiktok-api","tiktok-compilations","tok","trending-tiktok-videos","unoffical","video","webscraping"],"created_at":"2025-08-13T04:10:26.564Z","updated_at":"2025-08-13T04:10:30.846Z","avatar_url":"https://github.com/davidteather.png","language":"Python","funding_links":["https://www.paypal.me/dteather","https://github.com/sponsors/davidteather"],"categories":[],"sub_categories":[],"readme":"# TikTok Video Bot\n\nConsider sponoring me [here](https://github.com/sponsors/davidteather)\n\nThis project downloads the trending tiktok videos and compiles them into a video.\n\n**NOTE: VERY OUT OF DATE** if you want submit a PR to update the code using TikTokApi's new versions\n\n**NOTE** This project will most likely be behind my TikTok-API. Adapt that to use FFMpeg if you want a better experience [TikTok-API](https://github.com/davidteather/TikTok-Api). I will still update this just it will most likely be a few updates behind that other repo.\n\n## Sponsors\n\nThese sponsors have paid to be placed here and beyond that I do not have any affiliation with them, the TikTokBot and TikTokAPI package will always be free and open-source. If you wish to be a sponsor of this project check out my [GitHub sponsors page](https://github.com/sponsors/davidteather).\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://www.sadcaptcha.com?ref=davidteather\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://raw.githubusercontent.com/davidteather/TikTok-Api/main/imgs/tiktok_captcha_solver.png\" width=\"100\" alt=\"TikTok Captcha Solver\"\u003e\n        \u003cb\u003e\u003c/b\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\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine.\n\n### Installing and Prerequisites\n\nYou need to have ffmpeg installed and in your path variable, tutorial [here](https://www.thewindowsclub.com/how-to-install-ffmpeg-on-windows-10).\n\nYou will also have to follow the instructions [here](https://github.com/davidteather/TikTok-Api) for installing the unofficial tiktok-api\n\nPython Requirements\n```\npip install TikTokApi\n```\n\nor you can do\n```\npip install -r requirements.txt\n```\n\n### Running the bot\n\nIt's really simple, go to the directory and execute the following command\n\n```\npython tiktokbot.py\n```\n\n## Built With\n\n* [FFmpeg](https://ffmpeg.org/) - The tool used for video editing\n* [TikTok-API](https://github.com/davidteather/TikTok-Api) - My own API for TikTok.\n\n## Authors\n\n* **David Teather** - *Initial work* - [davidteather](https://github.com/davidteather)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidteather%2Ftiktokbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidteather%2Ftiktokbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidteather%2Ftiktokbot/lists"}