UNPKG

@tcortega/twitter-scraper

Version:

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

9 lines (8 loc) 292 B
import { Response } from 'node-fetch'; export declare class Request { static defaultHeaders: { authorization: string; }; static get(url: string, customHeaders?: Object): Promise<Response>; static post(url: string, customHeaders?: Object): Promise<Response>; }