All Projects → YogaSakti → CoronaNotifier

YogaSakti / CoronaNotifier

Licence: MIT license
Whatsapp Bot automatic notification & respond using MQTT, nodeJS & LowDB

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to CoronaNotifier

WhiteDevil
🌀Quick Response Whatsapp Bot🌀
Stars: ✭ 45 (-2.17%)
Mutual labels:  whatsapp-web, whatsapp-bot
ShiraoriBOT-Md
Base bot WhatsApp using library baileys multi device
Stars: ✭ 54 (+17.39%)
Mutual labels:  whatsapp-web, whatsapp-bot
whatsapp-bot
whatsapp bot build with nodejs
Stars: ✭ 62 (+34.78%)
Mutual labels:  whatsapp-web, whatsapp-bot
whatsapp-bot
This is a Node.js console app containing Whatsapp handler using reactive methods to response messages as chatbot. Simple but useful project to start developing a complex NON-OFFICIAL Whatsapp chatbots.
Stars: ✭ 33 (-28.26%)
Mutual labels:  whatsapp-web, whatsapp-bot
whatsapp-http-api
WhatsApp HTTP API that you can configure in a click!
Stars: ✭ 229 (+397.83%)
Mutual labels:  whatsapp-web, whatsapp-bot
WhatsappWeb4j
Standalone fully-featured Whatsapp Multi Device Web API for Java and Kotlin
Stars: ✭ 198 (+330.43%)
Mutual labels:  whatsapp-web, whatsapp-bot
fn-whatsapp-bot
This script is made for public bots, so use a second account to scan the qr and main account to command.
Stars: ✭ 20 (-56.52%)
Mutual labels:  whatsapp-web, whatsapp-bot
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (-63.04%)
Mutual labels:  whatsapp-web, whatsapp-bot
Whatsapp Web.js
A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
Stars: ✭ 4,103 (+8819.57%)
Mutual labels:  whatsapp-web, whatsapp-bot
wappdriver
Wondering how to send WhatsApp messages using Python using only 3 lines of code? You have come to the right place!
Stars: ✭ 40 (-13.04%)
Mutual labels:  whatsapp-web, whatsapp-bot
python-automated-bulk-whatsapp-messages
It is a python script to send automated bulk WhatsApp messages to multiple recipients from an excel sheet at once.
Stars: ✭ 56 (+21.74%)
Mutual labels:  whatsapp-web, whatsapp-bot
whatsapp-bot
Piyobot adalah whatsapp bot pintar
Stars: ✭ 124 (+169.57%)
Mutual labels:  whatsapp-web, whatsapp-bot
automato
🎉🎉 ( v2 ) Web Application to automate sending Whatsapp, SMS & Email* campaigns
Stars: ✭ 92 (+100%)
Mutual labels:  whatsapp-web, whatsapp-bot
wppconnect-server
Wppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
Stars: ✭ 290 (+530.43%)
Mutual labels:  whatsapp-web, whatsapp-bot
refined-whatsapp
Supercharge Whatsapp Web with hotkeys and custom themes! 🚀
Stars: ✭ 30 (-34.78%)
Mutual labels:  whatsapp-web
WhatsAppThem
A simple PWA which you can use to send WhatsApp messages without saving the number.
Stars: ✭ 21 (-54.35%)
Mutual labels:  whatsapp-web
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (-17.39%)
Mutual labels:  whatsapp-web
ZSpider
基于Electron爬虫程序
Stars: ✭ 37 (-19.57%)
Mutual labels:  lowdb
BocchiBot
BocchiBot is a multipurpose WhatsApp bot using wa-automate-nodejs library!
Stars: ✭ 228 (+395.65%)
Mutual labels:  whatsapp-bot
LuaSdk
PlayFab Lua SDK for LuaDist command-line, Defold, and more
Stars: ✭ 38 (-17.39%)
Mutual labels:  corona

Whatsapp Bot Corona Notifier

GitHub last commit whatsapp-web.js version Twitter

Corona Notifier is a Whatsapp automatic notification robot using MQTT, nodeJS & lowDB. The Corona Service will collect latest data about the COVID-19 indonesian case from indonesia-covid-19-api by mathdroid

Getting Started

This project require MQTT broker, nodeJS.

Install

Clone this project

> git clone https://github.com/YogaSakti/CoronaNotifier.git
> cd CoronaNotifier

Install the dependencies:

> npm i

create .env before run the program

cp .env.example .env

Edit .env file:

MQTT_URL=mqtt://
MQTT_TOPIC=

Usage

  1. run the Whatsapp bot
> npm run start

after running it you need to scan the qr

  1. run the corona service
> npm run corona

Bot Whatsapp Command

This bot is for covid-19 information purpose by automatically answer for available data, by using the available command :

  1. !help The introduction and list of available command, example output
COVID-19 
!corona  =>  ........
!aktif  =>  .......
!mati  =>  ......
  1. !covid19 Using this command will response sub list of available command
  2. !corona Using this command will return information about current indonesia corona case and global case, example output
         COVID-19 Update!!
Negara: xx

Total Kasus: xx
Kasus Baru: xx
Total Pasien: xx

Sembuh: xx
Sembuh Baru: xx
Presentase Sembuh: xx.xx%

Meninggal: xx
Meninggal Baru: xx
Presentase Meninggal: xx.xx%

Dicek pada: xxx, xx xxxx 2020 | xx.xx WIB
  1. !aktif Using this command will enable notifications when there is a data update.
  2. !mati Using this command will disable notifications when there is a data update.

Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page OR pulls page.

Show your support

Give a ⭐️ if this project helped you!

License

Copyright © 2020 Yoga Sakti.
This project is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].