Skip to content

rjamestaylor/tiktok-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

tiktok-downloader

Download videos listed in Tiktok user data file

This is made for MacOS users, which I am.

Step 1: Initiate Request to Download TikTok data

Specify "json" when prompted, not TXT:

CleanShot 2025-01-11 at 19 30 05@2x

Step 2: Download the JSON

Once the download is ready, you can request the download:

CleanShot 2025-01-11 at 19 08 19@2x

Choose download to a place you'll remember, like: ~/Downloads/user_data_tiktok.json

Step 3: Create a directory with private and public sub directories

mkdir ~/tiktoks && mkdir -p ~/tiktoks/{public,private} && cd ~/tiktoks

Step 4: Copy dltt.sh script

If you haven't cloned this repo, grab the dltt.sh script and copy it to your Mac.

Step 5: Execute the script and let it run

sh ./dltt.sh

Step 6: Restart if needed

The script now checks to see if the file already exists in the designated folder and skips download if so. You can resume an interrupted download as needed. Also, to try a download again, remove the desired file and re-run the script.

About

Download videos listed in Tiktok user data file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages