UNPKG

@isereb/tiktok-api-dl

Version:

Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users, getting user posts, likes, comments, followers and following.

15 lines (14 loc) 499 B
export declare class TiktokService { generateSignature(url: URL): string; generateXBogus(url: URL, signature?: string): string; generateXTTParams(params: any): string; generateURLXbogus(username: string, page: number): string; private getJsdomOptions; private static readonly FILE_PATH; private static readonly BASE_URL; private static readonly AES_KEY; private static readonly AES_IV; private signaturejs; private webmssdk; private resourceLoader; }