lvckytiktok
v1.1.2
Published
Get user infos From TikTok Accounts.
Downloads
6
Readme
LvckyTikTok
How to use:
npm i lvckytiktok
const lvckytiktok = require('lvckytiktok');
lvckytiktok.getUserFollower('lvckyapi').then((value) => {
console.log(value);
});
Functions
lvckytiktok.getUserFollower(accountName);
lvckytiktok.getUserLikes(accountName);
lvckytiktok.getUserBio(accountName);