Skip to content

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

Notifications You must be signed in to change notification settings

michelwaechter/tiktokify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published