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.
- 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.
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:
pip install yt-dlp colorama pyfiglet
1. Clone this repository:
git clone [email protected]:EIRSVi/tiktok-profile-bulk-downloader.git
cd tiktok-profile-bulk-downloader
2. Run the script:
python ttdl1usr.py
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.
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.
This project is open-source and available under the MIT License.
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!