UNPKG

nitter-scraper-v2

Version:

A Twitter scraper that uses Nitter to fetch tweets without authentication

4 lines (3 loc) 177 B
import { fetchTweets } from "./scraper"; export { fetchTweets }; export type { Tweet, TweetStats, VideoInfo, UserProfile, UserStats, FetchTweetsResponse } from "./types/Tweet";