{"id":15093426,"url":"https://github.com/yogasakti/coronanotifier","last_synced_at":"2025-06-24T23:06:11.463Z","repository":{"id":37871812,"uuid":"246370934","full_name":"YogaSakti/CoronaNotifier","owner":"YogaSakti","description":"Whatsapp Bot automatic notification \u0026 respond using MQTT, nodeJS \u0026 LowDB","archived":false,"fork":false,"pushed_at":"2023-01-07T19:03:58.000Z","size":4726,"stargazers_count":46,"open_issues_count":19,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T02:51:14.696Z","etag":null,"topics":["corona","corona-notifier","lowdb","mqtt","nodejs","whatsapp-bot","whatsapp-web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YogaSakti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-10T17:56:31.000Z","updated_at":"2024-08-12T19:58:35.000Z","dependencies_parsed_at":"2023-02-07T22:01:10.331Z","dependency_job_id":null,"html_url":"https://github.com/YogaSakti/CoronaNotifier","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/YogaSakti%2FCoronaNotifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YogaSakti%2FCoronaNotifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YogaSakti%2FCoronaNotifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YogaSakti%2FCoronaNotifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YogaSakti","download_url":"https://codeload.github.com/YogaSakti/CoronaNotifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248536981,"owners_count":21120683,"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":["corona","corona-notifier","lowdb","mqtt","nodejs","whatsapp-bot","whatsapp-web"],"created_at":"2024-09-25T11:22:49.538Z","updated_at":"2025-04-12T07:41:50.005Z","avatar_url":"https://github.com/YogaSakti.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Whatsapp Bot Corona Notifier\n![GitHub last commit](https://img.shields.io/github/last-commit/YogaSakti/CoronaNotifier)\n[![whatsapp-web.js version](https://img.shields.io/github/package-json/dependency-version/YogaSakti/CoronaNotifier/whatsapp-web.js)](https://www.npmjs.com/package/whatsapp-web.js)\n![Twitter](https://img.shields.io/twitter/follow/teman_bahagia?style=social)\n\nCorona Notifier is a Whatsapp automatic notification robot using MQTT, nodeJS \u0026 lowDB. The Corona Service will collect latest data about the COVID-19 indonesian case from [indonesia-covid-19-api](https://indonesia-covid-19.mathdro.id/api) by [mathdroid](https://github.com/mathdroid/indonesia-covid-19-api) \n\n## Getting Started\n\nThis project require MQTT broker, nodeJS.\n\n### Install\nClone this project\n\n```bash\n\u003e git clone https://github.com/YogaSakti/CoronaNotifier.git\n\u003e cd CoronaNotifier\n\n```\n\nInstall the dependencies:\n\n```bash\n\u003e npm i\n```\n\ncreate .env before run the program\n```\ncp .env.example .env\n```\n\nEdit .env file:\n\n```\nMQTT_URL=mqtt://\nMQTT_TOPIC=\n```\n\n### Usage\n1. run the Whatsapp bot\n\n```bash\n\u003e npm run start\n```\n\nafter running it you need to scan the qr\n\n2. run the corona service \n\n```bash\n\u003e npm run corona\n```\n\n## Bot Whatsapp Command \n\nThis bot is for covid-19 information purpose by automatically answer for available data, by using the available command :\n1. !help \nThe introduction and list of available command, example output\n```\nCOVID-19 \n!corona  =\u003e  ........\n!aktif  =\u003e  .......\n!mati  =\u003e  ......\n```\n2. !covid19\nUsing this command will response sub list of available command\n3. !corona \nUsing this command will return information about current indonesia corona case and global case, example output\n```\n         COVID-19 Update!!\nNegara: xx\n\nTotal Kasus: xx\nKasus Baru: xx\nTotal Pasien: xx\n\nSembuh: xx\nSembuh Baru: xx\nPresentase Sembuh: xx.xx%\n\nMeninggal: xx\nMeninggal Baru: xx\nPresentase Meninggal: xx.xx%\n\nDicek pada: xxx, xx xxxx 2020 | xx.xx WIB\n```\n4. !aktif \nUsing this command will enable notifications when there is a data update.\n5. !mati \nUsing this command will disable notifications when there is a data update.\n\n\n\n## Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/YogaSakti/CoronaNotifier/issues) OR [pulls page](https://github.com/YogaSakti/CoronaNotifier/pulls). \n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## License\n\nCopyright © 2020 [Yoga Sakti](https://github.com/YogaSakti).\u003cbr /\u003e\nThis project is [MIT](https://github.com/YogaSakti/CoronaNotifier/blob/master/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyogasakti%2Fcoronanotifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyogasakti%2Fcoronanotifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyogasakti%2Fcoronanotifier/lists"}