Covid.army scrapes tweets from Twitter's search page (using Twitter's advanced search feature) and collates them, and showcases all of them in one place with a beautiful user-friendly interface.
Want to contribute? Check the Contributing section.
Set the variables in .env.example and move them to .env.local
npm install
npm run dev
NEXT_PUBLIC_FB_API_KEY=""
NEXT_PUBLIC_FB_APP_ID=""
NEXT_PUBLIC_FB_MEASUREMENT_ID=""
NEXT_PUBLIC_FB_MESSAGING_ID=""
NEXT_PUBLIC_FB_PROJECT_ID=""
-
Tweet & Tweets Document
type Tweet = { tweetId: string username: string for: Record<string, boolean> location: Record<string, boolean> } type Tweets = Record<string, Tweet>
-
Locations
type Locations = Record<string, boolean>
-
Location Resources
type ResourceTitle = string type ResourceURL = string type LocationResources = Record<string, Record<ResourceTitle, ResourceURL>>
-
Resources
type SearchTerm = string type Resources = Record<string, SearchTerm>
We belive in open source, just as much as you do. Feel free to open a issue or PR.