A collection of scripts to parse TikTok user data. As of January 19, 2025, TikTok has been banned, leaving users with only the option to download their data from the app or website. This user data contains valuable information, including messages, comments, posts, and more, which you may want to save and analyze.
This toolkit helps you efficiently parse and extract meaningful insights from your downloaded TikTok data.
To get started, clone the repository and navigate to the scripts directory:
git clone https://github.com/qvipin/TikTok-UserData-Toolkit.git
cd TikTok-UserData-Toolkit/scripts
Run most scripts using the following command:
./<script-name> <path-to-json>
For example:
./tiktok-video_download.py ~/Downloads/user_data_tiktok.json
The toolkit includes various scripts to parse different types of TikTok data. Some examples include:
- tiktok-video_download.py – Extracts and downloads all your TikTok videos.
- tiktok-comments_save.py – Extracts all your comments and saves them to a file.
Contributions are welcome! Feel free to submit pull requests or report issues to help improve the toolkit.
Copyright (C) 2025 qvipin
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.