{"id":18777755,"url":"https://github.com/arn4v/covid-twitter","last_synced_at":"2025-04-13T10:32:41.661Z","repository":{"id":52509098,"uuid":"360556046","full_name":"arn4v/covid-twitter","owner":"arn4v","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-27T06:08:10.000Z","size":857,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-27T02:38:51.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"covid-army.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arn4v.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-22T14:52:35.000Z","updated_at":"2021-06-13T19:17:55.000Z","dependencies_parsed_at":"2022-09-09T17:01:30.877Z","dependency_job_id":null,"html_url":"https://github.com/arn4v/covid-twitter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fcovid-twitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fcovid-twitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fcovid-twitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fcovid-twitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arn4v","download_url":"https://codeload.github.com/arn4v/covid-twitter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248699118,"owners_count":21147588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T20:13:43.561Z","updated_at":"2025-04-13T10:32:41.344Z","avatar_url":"https://github.com/arn4v.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# covid-resources - Covid 19 Twitter Resources Aggregator\n\n**covid-resources** scrapes tweets from Twitter's search page (using Twitter's advanced search feature) and collates them on one page.\n\nLink - [https://covidresources.vercel.app](https://covidresources.vercel.app)\n\nWant to contribute? Check the [Contributing](#contributing) section.\n\n## Get Started\n\nSet the variables in .env.example and move them to .env.local\n\n```\nnpm install\nnpm run build\nnpm run dev\n```\n\n## Environment Variables\n\n```bash\nFB_PRIVATE_KEY=           # Private key from firebase service account json\nFB_CLIENT_EMAIL=          # Client email from firebase service account json\nFB_PROJECT_ID=            # Your firebase project id\nNEXT_PUBLIC_CLARITY_ID=   # Microsoft Clarity ID\n```\n\n## Data Models\n\n1. **Tweet \u0026 Tweets Document**\n\n   ```typescript\n   type Tweet = {\n     tweetId: string\n     username: string\n     for: Record\u003cstring, boolean\u003e\n     location: Record\u003cstring, boolean\u003e\n   }\n\n   type Tweets = Record\u003cstring, Tweet\u003e\n   ```\n\n2. **Locations**\n\n   ```typescript\n   type Locations = Record\u003cstring, boolean\u003e\n   ```\n\n3. **Location Resources**\n\n   ```typescript\n   type ResourceTitle = string\n   type ResourceURL = string\n   type LocationResources = Record\u003cstring, Record\u003cResourceTitle, ResourceURL\u003e\u003e\n   ```\n\n4. **Resources**\n\n   ```typescript\n   type SearchTerm = string\n\n   type Resources = Record\u003cstring, SearchTerm\u003e\n   ```\n\n## Contributing","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farn4v%2Fcovid-twitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farn4v%2Fcovid-twitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farn4v%2Fcovid-twitter/lists"}