New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

node-tiklydown

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-tiklydown

Wrapper For TiklyDown API to use download TikTok Post


Version published
Maintainers
1
Created

node-tiklydown

Wrapper for TiklyDown API to download TikTok posts

Features

  • Download TikTok videos
  • Download TikTok slide images

How to Use

Importing variables

const { v1, v2, v3, v4, stalk } = require("node-tiklydown");
Download TikTok Video/Slide Images

To download a TikTok video, use the v1 function with the TikTok URL as a parameter.

v1(url).then(data => {
  // Do something with the data
});
Download TikTok Video/Slide Images from MusicalDown Server

To download a TikTok video or slide images, use the v2 function with the TikTok URL as a parameter.

v2(url).then(data => {
  // Do something with the data
});
Download TikTok Video/Slide Images from SSSTik Server

To download a TikTok video or slide images, use the v3 function with the TikTok URL as a parameter.

v3(url).then(data => {
  // Do something with the data
});
Download TikTok Video/Slide Images from TTSave Server

To download a TikTok video or slide images, use the v4 function with the TikTok URL as a parameter.

v4(url).then(data => {
  // Do something with the data
});
Retrieve TikTok User Information

To retrieve TikTok user information, use the stalk function with the TikTok username as a parameter.

stalk(username).then(data => {
  // Do something with the data
});

FAQs

Package last updated on 14 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts