Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kartikmehta8/gitguard
- Owner: kartikmehta8
- License: isc
- Created: 2023-02-03T05:13:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T00:07:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T17:40:22.977Z (2 months ago)
- Topics: bot, bot-framework, github-api, nodejs, probot-app, twilio
- Language: JavaScript
- Homepage: https://replit.com/@mehtaaaaaah/GITGUARD?v=1
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"]
}
```