Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kartikmehta8/gitguard

GitGuard is a bot that watches any changes in your repository and sends that to all contributors via Twilio SMS. Currently watching issues, pull requests and GitHub actions workflows.
https://github.com/kartikmehta8/gitguard

bot bot-framework github-api nodejs probot-app twilio

Last synced: 8 days ago
JSON representation

GitGuard is a bot that watches any changes in your repository and sends that to all contributors via Twilio SMS. Currently watching issues, pull requests and GitHub actions workflows.

Awesome Lists containing this project

README

        





A GitHub bot built on the Probot app that sends repository activities to team via Twilio.


This bot provides the following benefits:
- **Real-time updates**: The bot sends instant updates on repository activities on `issues, pull requests & workflows` so users can stay informed about the latest developments.
- **Improved productivity**: With the bot's notifications, users can prioritize their tasks and respond to critical issues in a timely manner, improving their overall productivity.
- **Easy access to information**: Users can access almost all repository activity information in one place, making it easy to stay up-to-date and informed.
- **Increased collaboration**: By sending notifications to all members of a repository, the bot promotes collaboration and teamwork among users.
- **Reduced manual effort**: The bot automates the process of sending notifications, reducing the manual effort required to keep all members informed.

```js
export default bot = {
description: "This GitHub bot leverages the capabilities of the Probot app and\n
Twilio to provide a streamlined and efficient solution\n
for sending repository activity updates to users.",
technologies: ["nodejs", "github", "twilio", "probot-app"]
}
```