pikami / tiktok-dl

A simple tiktok video downloader written in go
MIT License
194 stars 48 forks source link
tiktok tiktok-scraper tiktok-video-downloader

TikTok-DL

Go Report Card tiktok-dl_CI

A simple tiktok video downloader written in go

- This tool is not working currenly, I will revive it in the future when I have some free time

Basic usage examples

Download the executable from https://github.com/pikami/tiktok-dl/releases\ You can download all videos from user by running ./tiktok-dl TIKTOK_USERNAME\ You can download single video by running ./tiktok-dl VIDEO_URL\ You can download items listed in a text file by running ./tiktok-dl -batch-file path/to/items.txt

Usage Manual

Usage: tiktok-dl [OPTION]... TARGET
  or:  tiktok-dl [OPTION]... -batch-file BATCH_FILE

In the 1st form, download given `TARGET`.
In the 2nd form, download all targets listed in given `BATCH_FILE`.

Available options

Build instructions

  1. Clone this repository
  2. Run go build to build the executable.

Acknowledgments

This software uses the chromedp for web scraping, it can be found here: https://github.com/chromedp/chromedp \ For releases the JS code is minified by using terser toolkit, it can be found here: https://github.com/terser/terser