2.0.0 • Published 9 months ago

tiktok-discovery-api v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Tiktok Discovery (Creative - Center Request) API

Tiktok Creative - Center is a library that is used for data retrieval. The details of encryption processes are contained within the library.

Features

  • Listing all popular hashtags on Tiktok (in 71 countries)
  • Listing all popular songs on Tiktok (in 71 countries)
  • Listing all popular video creators on Tiktok (in 71 countries)
  • Listing all popular videos on Tiktok (in 71 countries)

Usage/Examples

Listing all popular videos

async function Main() {
  // get trending videos from turkey page 1 limit 20 period 7 days
  const trending = await TiktokDiscovery.getTrendingVideos("TR", 1, 20, 7);

  console.log(trending);
}

Main();

Listing all popular hashtags

async function Main() {
  // get trending hastags from turkey page 1 limit 20 period 7 days
  const trending = await TiktokDiscovery.getTrendingHastag("TR", 1, 20, 7);

  console.log(trending);
}

Main();

Installation

benim-projem'i npm kullanarak yükleyin

  npm i tiktok-discovery-api
2.0.0

9 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.0

10 months ago