UNPKG

@tcortega/twitter-scraper

Version:

Twitter Scraper & Media Downloader. Scrape info from any tweet.

8 lines (7 loc) 286 B
import { ITweetData } from '../typings'; export declare class Util { static isValidTweetUrl(tweetUrl: string): boolean; static getTweetId(tweetUrl: string): string; static getRandomGuestID(): Promise<string>; static filterTweetData(tweetData: any): ITweetData; }