UNPKG

nitter-scraper

Version:

A Twitter scraper that uses Nitter to fetch tweets without authentication

8 lines (7 loc) 144 B
export interface Tweet { id: string; text: string; username: string; created_at: string | null; timestamp: number | null; }