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.

11 lines (10 loc) 250 B
export declare class CookieManager { private cookieFile; private cookieData; constructor(); private loadCookies; private saveCookies; setCookie(value: string): void; getCookie(): string | null; deleteCookie(): void; }