CrazyRocks / tiktokify

Simple solution to fetch data of tiktok users by TikTok API. Not an official package by tiktok!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple solution to fetch data of tiktok users by TikTok API. Not an official package by tiktok!