UNPKG

nitter-scraper

Version:

A Twitter scraper that uses Nitter to fetch tweets without authentication

4 lines (3 loc) 110 B
import { fetchTweets } from "./scraper"; import { Tweet } from "./types"; export { fetchTweets, type Tweet };