{"id":19626137,"url":"https://github.com/konstantine-v/covid-status","last_synced_at":"2026-04-11T21:10:45.257Z","repository":{"id":226090947,"uuid":"250817831","full_name":"konstantine-v/covid-status","owner":"konstantine-v","description":"Less bloated way of looking at Covid-19 information. allows for offline-use and has info for useful aliases. Just wget the shell scripts and go to town, no installs or NodeJS depenedencies.","archived":false,"fork":false,"pushed_at":"2021-02-27T21:48:00.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T21:02:12.078Z","etag":null,"topics":["bash","coronavirus","covid-19","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/konstantine-v.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}},"created_at":"2020-03-28T14:38:53.000Z","updated_at":"2022-05-09T16:59:54.000Z","dependencies_parsed_at":"2024-03-05T21:00:54.087Z","dependency_job_id":null,"html_url":"https://github.com/konstantine-v/covid-status","commit_stats":null,"previous_names":["konstantine-v/covid-status"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/konstantine-v/covid-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantine-v%2Fcovid-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantine-v%2Fcovid-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantine-v%2Fcovid-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantine-v%2Fcovid-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konstantine-v","download_url":"https://codeload.github.com/konstantine-v/covid-status/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantine-v%2Fcovid-status/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262047853,"owners_count":23250428,"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":["bash","coronavirus","covid-19","shell"],"created_at":"2024-11-11T11:45:04.655Z","updated_at":"2025-10-28T03:05:30.454Z","avatar_url":"https://github.com/konstantine-v.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Covid-19 Status\nJust a script that helps automate the receiving and parsing of Covid-19 data.\n\nI built this for myself since I didn't want to rely on an irc bot\nsince I'm not online 24/7, so offline is a must, simplicity, less data usage\nbecause my x200 doesn't get the best wifi signal when out.\n\n**Requirements**: This requires `jq` which I recommend having if you consume a\nlot of data via shell scripts, it makes your life a lot easier.\n\n### What do?\nThe main file is `c19-update.sh`, this is only ran when you want to update the\ndata. Use an alias to access the data and grep what you need.\n`cat` or `less` the cached formatted data and that's about it. \n\n## Running\n\n``` sh\nchmod +x ./c19-update.sh\n./c19-update.sh\n```\n\n\n### Alias\nIf you want to make full use of this script I'd recommend making an alias for it,\nsince, c'mon, I know you want to keep looking at the stats.\n\n``` sh\nalias covid-stats=\"cat ~/.cache/corona-formatted\" \\\n      covid-update=\"\u003cpath-to-script\u003e/c19-update.sh\" \\\n```\n\n### Cron\nIf you want to be big-brained about it and not have to worry about running an\nalias every time you want something, then think about modifying the script by\nremoving the `case` and setting to a cron job. I don't want to make assumptions\nwhen putting a repo on github so I have that conditional for it.\n\n``` sh\n@daily \u003cpath-toscript\u003e/c19-update.sh\n```\n\n**Note**: Remember to run the update script first. After you do that it's saved\nin that `~/.cache/corona_stats` so just cat that to see what there is.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonstantine-v%2Fcovid-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonstantine-v%2Fcovid-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonstantine-v%2Fcovid-status/lists"}