Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 551 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 551 Bytes

tiktok-dl

Download tiktok video at original quality using RapidAPI

Installation

  1. Make sure you have all 3 of these program installed on your machine yt-dlp, ffmpeg, exiftool

  2. Have python 3.10 installed

  3. Install all requirements on requirements.txt

Setup

  • Create .tiktok-dl.env file and add variable TT_RAPIDAPI_KEY. Add your own api key.
  • You can also set DEFAULT_ACCOUNT and DOWNLOAD_DIR variable for ease of use.

Manual

  • Do python3 tiktok-dl.py -h (linux), use python|py (windows) to see all options.