Skip to content

Latest commit

 

History

History
105 lines (73 loc) · 2.71 KB

README.md

File metadata and controls

105 lines (73 loc) · 2.71 KB

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:

To install the necessary Python libraries, run:

pip install yt-dlp colorama pyfiglet

Installation

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

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!