tiktod
v1.0.0
Published
Simple Wrapper Node for downloading tiktok video/image
Downloads
29
Maintainers
Readme
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)
});