{"id":20417244,"url":"https://github.com/cremindes/covid19vaccinationtracker","last_synced_at":"2026-05-28T21:31:34.786Z","repository":{"id":72769385,"uuid":"363690570","full_name":"CreMindES/COVID19VaccinationTracker","owner":"CreMindES","description":"Twitter bot tracking COVID-19 vaccination numbers in Hungary.","archived":false,"fork":false,"pushed_at":"2021-05-03T11:53:04.000Z","size":19,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-05T21:25:40.611Z","etag":null,"topics":["covid-19","covid-19-hungary","covid-19-tracker","go","twitter","twitter-bot","vaccination","vaccination-tracker","vaccine","vaccine-tracker"],"latest_commit_sha":null,"homepage":"","language":"Go","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/CreMindES.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}},"created_at":"2021-05-02T15:59:07.000Z","updated_at":"2021-05-03T11:53:06.000Z","dependencies_parsed_at":"2023-02-26T03:15:19.230Z","dependency_job_id":null,"html_url":"https://github.com/CreMindES/COVID19VaccinationTracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CreMindES/COVID19VaccinationTracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreMindES%2FCOVID19VaccinationTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreMindES%2FCOVID19VaccinationTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreMindES%2FCOVID19VaccinationTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreMindES%2FCOVID19VaccinationTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CreMindES","download_url":"https://codeload.github.com/CreMindES/COVID19VaccinationTracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreMindES%2FCOVID19VaccinationTracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33627934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["covid-19","covid-19-hungary","covid-19-tracker","go","twitter","twitter-bot","vaccination","vaccination-tracker","vaccine","vaccine-tracker"],"created_at":"2024-11-15T06:25:25.219Z","updated_at":"2026-05-28T21:31:34.765Z","avatar_url":"https://github.com/CreMindES.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COVID-19 Vaccination Tracker\n\nA Twitter bot tracking COVID-19 Vacciation numbers in Hungary.\n\n\u003e Nothing fancy, just a simple Twitter bot running as an Azure Function.\n\n\u003cp align=center\u003e\u003ca href=\"https://twitter.com/HUVaccineCount\"\u003e\n  \u003cimg height=120 src=https://user-images.githubusercontent.com/5306361/116821253-71964c80-ab79-11eb-8d9d-a634799e1297.png\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n## Building\n\n```bash\n# just simply\ngo build -o hucovidtracker\n```\n\n## Deployment\n\nDeploy as an Azure Function.\n\n1. Create an account\n2. Create a resource group\n    ```bash\n    deploy_region=\"westeurope\"                                                                                    \n    deploy_group=\"go-custom-function\"                                                                            \n    az group create -l $deploy_region -n $deploy_group \n    ```\n3. Build\n4. Create resources for Azure Function from deployment ARM (Azure Resource Management) template.\n    ```bash\n    az deployment group create --resource-group $deploy_group --template-file azuredeploy.json\n    ```\n5. Set API keys and secrets @ portal.azure.com.\n   \n   `$deploy_group \u003e azure function \u003e Settings|Configuration \u003e New application settings x 4`\n6. Deploy\n    ```bash\n    func azure functionapp publish `[function name/ID]` --no-build --force\n    ```\n\n## Under the Hood\n\nSimple 3-step prepation and tweet\n- Fetch last tweet (needs bootstrapping the account) and parse last reported number\n- Fetch latest vaccincation number from country specific source\n- Fetch population from wikimedia\n- Tweet status update\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcremindes%2Fcovid19vaccinationtracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcremindes%2Fcovid19vaccinationtracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcremindes%2Fcovid19vaccinationtracker/lists"}