Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eirsvi/tiktok-profile-bulk-downloader
ទាញយកវីដេអូពី Profile TikTok Videos បានទាំងអស់ ដោយប្រើប្រាស់ Terminal ប្រើពេលរយវេលាខ្លី
https://github.com/eirsvi/tiktok-profile-bulk-downloader
bulk-downloader script tiktok tiktok-downloader tktok-profiel
Last synced: 1 day ago
JSON representation
ទាញយកវីដេអូពី Profile TikTok Videos បានទាំងអស់ ដោយប្រើប្រាស់ Terminal ប្រើពេលរយវេលាខ្លី
- Host: GitHub
- URL: https://github.com/eirsvi/tiktok-profile-bulk-downloader
- Owner: EIRSVi
- Created: 2024-09-29T10:42:33.000Z (about 1 month ago)
- Default Branch: docs
- Last Pushed: 2024-09-29T14:34:00.000Z (about 1 month ago)
- Last Synced: 2024-10-22T14:48:44.583Z (17 days ago)
- Topics: bulk-downloader, script, tiktok, tiktok-downloader, tktok-profiel
- Language: Python
- Homepage: https://www.tiktok.com/
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TikTok Profile Downloader
Summary
The TikTok Profile Downloader is a tool designed to download videos from an entire TikTok profile quickly and efficiently. It organizes all videos into a dedicated folder named after the profile, ensuring that files are saved with a truncated version of the original title.Features
- Download all videos from a specified TikTok profile.
- Stores videos in a folder named after the profile.
- Files are saved with shortened titles to avoid long filenames.
- Automatically skips already downloaded videos.
- Simple, terminal-based interface.
Prerequisites
Ensure the following dependencies are installed on your system:
- Python 3.x
-
yt-dlp for handling TikTok downloads. -
Colorama for terminal colors. -
pyfiglet for ASCII art.
To install the necessary Python libraries, run:
```bash
pip install yt-dlp colorama pyfiglet
```
Installation
1. Clone this repository:
```bash
git clone [email protected]:EIRSVi/tiktok-profile-bulk-downloader.git
cd tiktok-profile-bulk-downloader
```
2. Run the script:
```bash
python ttdl1usr.py
```
Example
To download all videos from a TikTok profile, you can enter a URL such as:
EXAMPLE URL: https://tiktok.com/@eirsvi
All videos will be downloaded and stored in a folder named after the profile (e.g., `eirsvi`), with each file having a truncated version of the video's title as the file name.
Troubleshooting
If you encounter any issues while downloading, check the following:
- Ensure yt-dlp is installed correctly.
- Verify that the TikTok profile URL is correct.
- Ensure proper permissions for creating directories and downloading files.
- If videos are missing, check the `downloaded.txt` file for already downloaded entries.
License
This project is open-source and available under the MIT License.
Credits
Support us: @eirsvi
Feel free to reach out if you have any questions or feedback!
---
Let me know if you need any changes or additions!