A GitHub App built with Probot that A Probot app and whatsapp-web.js which will send updates about your GitHub repo in WhatsApp.
So, I was working on our undergrad project on GitHub and our team has a WhatsApp group where we discuss everything about our project that's where I thought why can't we have something that gives us every update on our project GitHub repo by notifying us in our WhatsApp group.
# Install dependencies
npm install
# Run the bot
npm start
# 1. Build container
docker build -t snitch_bot .
# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> snitch_bot
If you have suggestions for how snitch_bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the Contributing Guide.
ISC © 2022 Debjeet Das