1.0.0 • Published 2 years ago
tiktod v1.0.0
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 tiktodGitHub Version
$ npm install github:fvzy/tiktodUsage
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)
});1.0.0
2 years ago