Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-tiklydown

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

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

  • 2.0.0-lts
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.5K
increased by39.81%
Maintainers
1
Weekly downloads
 
Created
Source

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
});

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc