Skip to content

A simple NodeJS application to download TikTok videos by the share URL.

License

Notifications You must be signed in to change notification settings

MohammedRaji/tiktok-downloader-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikTok Video Downloader

How to install

First, clone the repository:

git clone https://github.com/Pauloo27/tiktok-downloader.git

Then build the core. In the core folder, run:

yarn install && yarn build

Then build the CLI tool. In the cli folder, run:

yarn install && yarn build

How to use

In the cli folder, run the command:

node build/index.js download <url>

To see the valid commands, run:

node build/index.js help

About

A simple NodeJS application to download TikTok videos by the share URL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.9%
  • TypeScript 33.0%
  • CSS 14.7%
  • HTML 5.4%