UNPKG

nitter-scraper-v2

Version:

A Twitter scraper that uses Nitter to fetch tweets without authentication

6 lines (5 loc) 137 B
import { Tweet } from '../types/Tweet'; /** * Save tweets to a JSON file */ export declare function saveTweets(tweets: Tweet[]): void;