Tiktokify is a lightweigth package for fetching data out of tiktoks public api. At this moment you only can fetch data from any user, but in near future you will have the possibility also to fetch clips and other stuff
TikTok is acutally one of the most important social networks in the whole world. All Packages aren't up to date, buggy or weren't maintained anymore. At this point I started to develope an own solution. Lightweigth and focused on the basic things.
- 🔥 Hello?! It's about fetching data of the new hot shit: TikTok
- 🔥 build with super fast node-fetch package
Just install the package with npm or yarn.
npm install tiktokify
or
yarn add
The documentation for usage will follow within the next days. It's straigth forward.
import TikTok from "tiktokify";
or
const TikTok = require("tiktokify");
Want to contribute? Great! Please send a pull request.
MIT Free Software, Hell Yeah! Support the open source community.