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.

3 lines (2 loc) 236 B
import { TiktokUserRepostsResponse } from "../../types/get/getUserReposts"; export declare const getUserReposts: (username: string, proxy?: string, postLimit?: number, filterDeletedPost?: boolean) => Promise<TiktokUserRepostsResponse>;