{"id":18777792,"url":"https://github.com/arn4v/covid-resources","last_synced_at":"2025-06-25T08:38:42.974Z","repository":{"id":96541963,"uuid":"360212049","full_name":"arn4v/covid-resources","owner":"arn4v","description":"Next.js based Covid 19 Twitter Resources Aggregator for India","archived":false,"fork":false,"pushed_at":"2021-04-27T19:52:41.000Z","size":634,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T11:40:45.986Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"covidresources.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-21T15:05:33.000Z","updated_at":"2021-06-13T19:17:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6dedc61-3456-4a73-bc40-9002cdb723de","html_url":"https://github.com/arn4v/covid-resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arn4v/covid-resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fcovid-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fcovid-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fcovid-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fcovid-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arn4v","download_url":"https://codeload.github.com/arn4v/covid-resources/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arn4v%2Fcovid-resources/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261837532,"owners_count":23217443,"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:52.035Z","updated_at":"2025-06-25T08:38:42.963Z","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-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farn4v%2Fcovid-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farn4v%2Fcovid-resources/lists"}