A tool to extract data from your exported TikTok profile json data file.
This project is covered by the MIT License
- Copies Tiktok URL data from .json files
- Exports Favorite and Liked video links to text files
- Duplicate link detection
- Compatible with yt-dlp for downloading videos
- A computer (Windows/Mac/Linux)
- Python installed
- A downloaded TikTok user data file (JSON format)
- Download and save tt-extractor.py to the same folder as the tiktok_user_data.json file
- Open the Command Prompt (Windows) or Terminal (Mac/Linux)
- Use the
cdcommand to change to the same directory of the downloaded file in Step 1 - Execute the follwing command:
python3 tt-extractor.py - Follow the onscreen prompts in the Terminal/Command Prompt
The following are limitations of the data file from TikTok's own data export tool:
- Only the most recent 6000 liked videos are saved for the user's profile
- No known limitation for Favorited videos
This tool is intended for education and personal use only. The user is responsible for compliance with TikTok's Terms of Service, copyright laws, and other applicable regulations when using this tool. Unauthorized downloading or redistribution of copyrighted content may result in legal consequences. Use this tool responsibly.