Socket
Socket
Sign inDemoInstall

tiktod

Package Overview
Dependencies
9
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tiktod

Simple Wrapper Node for downloading tiktok video/image


Version published
Weekly downloads
40
decreased by-23.08%
Maintainers
1
Install size
2.12 MB
Created
Weekly downloads
 

Readme

Source

tiktod

Wrapper For TikTod API to use download TikTok Post

Features

  • Download TikTok videos
  • Download TikTok slide images
  • Stalk User
  • Random Porn ( Don't do it too often, it's not good XD )

Installation

NPM Version

$ npm install tiktod

GitHub Version

$ npm install github:fvzy/tiktod

Usage

Call teh function with variable

const tik = require("tiktod");

Download TikTok Video

To download TikTok video / Images, use Download function with TikTok video URL parameter.

tik.download(url).then(data => {
    console.log(data)
});

Stalk User by Username

To stalk TikTok user, use stalk function with TikTok username parameter.

tik.stalk(username).then(data => {
  console.log(data)
});

Random Porn

To get random porn, use porn function without parameter.

tik.porn().then(data => {
  console.log(data)
});

Keywords

FAQs

Last updated on 16 Jul 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc