Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.14 KB

Tiktokify

🥁 TikTok Data Wrapper 2022 🥁

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

🥁 Motivation

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.

🥁 Features

  • 🔥 Hello?! It's about fetching data of the new hot shit: TikTok
  • 🔥 build with super fast node-fetch package

Installation

Just install the package with npm or yarn.

npm install tiktokify
or
yarn add 

Usage

The documentation for usage will follow within the next days. It's straigth forward.

import TikTok from "tiktokify";
or
const TikTok = require("tiktokify");

Development

Want to contribute? Great! Please send a pull request.

License

MIT Free Software, Hell Yeah! Support the open source community.