hansputera f378556d48 gw lelah
2021-11-09 13:43:03 +07:00
2021-11-09 13:16:39 +07:00
2021-11-09 11:58:56 +07:00
2021-11-09 13:43:03 +07:00
2021-11-08 13:06:29 +07:00
2021-11-09 13:16:39 +07:00
.
2021-11-07 12:35:44 +07:00
2021-11-06 19:58:01 +07:00
2021-11-09 13:16:39 +07:00
2021-11-07 12:28:23 +07:00
2021-11-09 13:16:39 +07:00

TikTok Downloader

Lightweight TikTok Downloader using NodeJS.

Technology

Develop

  • Clone/fork into a directory you want.
  • Install all dependencies correctly (yarn install or npm install)
  • Install vercel cli too with npm install vercel -g or yarn global add vercel
  • Ran vercel dev for development (default port is: 3000)

Use vercel --prod for production use.

Configuration

This config is required if you want use /api/search.

  1. Go to https://tiktok.com and login using your account.
  2. Open developers tool, and find Storage (Firefox) or Application (Chrome) and click it.
  3. Click Cookies and find sessionid.
  4. Copy sessionid value to your clipboard.

Environment Setup:

  1. Rename .env.example to .env
  2. Fill SESSION value with your sessionid.

Environment Setup on Hosting:

Tested on Vercel

  1. Go to your project settings.
  2. Find Environment Variables button and click it.
  3. Add environment variable with SESSION as the name, and your sessionid as a value.

Endpoints

Available on Wiki

Credits

Contribution(s) are welcome!

Description
No description provided
Readme MIT 4.9 MiB
Languages
TypeScript 95.3%
CSS 2.8%
JavaScript 1.5%
Dockerfile 0.3%
Shell 0.1%