0.0.93 • Published 6 months ago

tiktok-private-api v0.0.93

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Unofficial TikTok private API client

This is an unofficial light-weight scraper for TikTok.com to fetch posts and user info.

Installation

npm i tiktok-private-api

Importing

TypeScript

import { TikTokClient } from "tiktok-private-api";

Examples

Fetch user info

import { TikTokClient } from "tiktok-private-api";

(async () => {
  const scraper = new TikTokClient();

  const data = await scraper.user.info("redbull");

  console.log(data);
})();

Contributions

Software contributions are welcome.

If you need features that are not implemented — feel free to implement them and create PRs!

Questions?

Please open an issue if you have questions, wish to request a feature, etc.

0.0.92

6 months ago

0.0.93

6 months ago

0.0.9

1 year ago

0.0.91

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago