{"id":21747269,"url":"https://github.com/vgvr0/tiktok-video-downloader-python","last_synced_at":"2025-04-13T06:50:59.815Z","repository":{"id":233133766,"uuid":"786113242","full_name":"vgvr0/TikTok-Video-Downloader-Python","owner":"vgvr0","description":"Download TikTok videos with Python using the tiktok_scraper library. It provides a simple command-line interface to download videos from TikTok profiles and includes additional functionalities","archived":false,"fork":false,"pushed_at":"2024-10-29T17:51:17.000Z","size":11,"stargazers_count":4,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T19:03:44.361Z","etag":null,"topics":["python","tiktok","tiktok-python","tiktok-scraper","tiktok-video-downloader","tiktok-videos-download"],"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/vgvr0.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":"2024-04-13T13:23:14.000Z","updated_at":"2024-10-29T17:51:48.000Z","dependencies_parsed_at":"2024-11-26T08:08:32.769Z","dependency_job_id":"8c33ceb6-0d46-479f-82e9-899697d85b39","html_url":"https://github.com/vgvr0/TikTok-Video-Downloader-Python","commit_stats":null,"previous_names":["vgvr0/tiktok-video-dowloader"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vgvr0%2FTikTok-Video-Downloader-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vgvr0%2FTikTok-Video-Downloader-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vgvr0%2FTikTok-Video-Downloader-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vgvr0%2FTikTok-Video-Downloader-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vgvr0","download_url":"https://codeload.github.com/vgvr0/TikTok-Video-Downloader-Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675458,"owners_count":21143766,"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","tiktok","tiktok-python","tiktok-scraper","tiktok-video-downloader","tiktok-videos-download"],"created_at":"2024-11-26T08:08:30.667Z","updated_at":"2025-04-13T06:50:59.794Z","avatar_url":"https://github.com/vgvr0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📱 TikTok Video Downloader\n\n\u003e 🚀 Download TikTok videos quickly and easily! A simple yet powerful Python tool.\n\n## ✨ Key Features\n\n🎯 What you can do with this tool:\n- 📥 Download TikTok videos using URLs\n- 🏷️ Automatic video renaming with 'tiktok_' prefix\n- 📊 Video metadata retrieval\n- 🛡️ Robust error handling\n\n## 🔧 Prerequisites\n\n- 🐍 Python 3.6 or higher\n- 📦 `tiktok-scraper` package\n\n## ⚡️ Installation\n\n### 1️⃣ Clone this repository:\n```bash\ngit clone https://github.com/vgvr0/TikTok-Video-Downloader-Python\ncd tiktok-downloader\n```\n\n### 2️⃣ Install the required package:\n```bash\npip install tiktok-scraper\n```\n\n## 📖 Usage\n\n### 🎯 Basic Usage\n\n```python\nfrom tiktok_downloader import download_tiktok_video\n\n# Example\ntiktok_url = \"https://www.tiktok.com/@username/video/123456789\"\ndownload_directory = \"/path/to/directory\"\ndownload_tiktok_video(tiktok_url, download_directory)\n```\n\n### 🔍 Function Parameters\n\n- 🔗 `video_url` (str): The URL of the TikTok video to download\n- 📁 `output_dir` (str): The directory where the video will be saved\n\n## 🎉 Output\n\nThe script will:\n1. ⬇️ Download the video to your specified directory\n2. ✏️ Rename the video with a 'tiktok_' prefix\n3. 📋 Print the video metadata\n4. 💬 Display success/error messages during the process\n\n## 📝 Example Output\n\n```\nDownloaded video: /path/to/directory/video123.mp4\nRenamed video: /path/to/directory/tiktok_video123.mp4\nVideo metadata: {video_information_object}\n```\n\n## ⚠️ Error Handling\n\nThe script includes error handling that will:\n- 🚫 Catch and display any errors during download\n- 📢 Print informative error messages\n- 🛡️ Prevent script crashes due to download failures\n\n## 🤝 Contributing\n\nFeel free to submit issues and enhancement requests! We love community contributions! ✨\n\n\n## ⚖️ Disclaimer\n\nThis tool is for educational purposes only. Please ensure you have the right to download and use any content from TikTok before using this script.\n\n---\n### 🌟 Made with ❤️ for the TikTok Developer Community\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvgvr0%2Ftiktok-video-downloader-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvgvr0%2Ftiktok-video-downloader-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvgvr0%2Ftiktok-video-downloader-python/lists"}