Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jahredhope/grandbot
https://github.com/jahredhope/grandbot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jahredhope/grandbot
- Owner: jahredhope
- License: isc
- Created: 2021-05-23T11:56:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T07:41:21.000Z (over 2 years ago)
- Last Synced: 2024-10-05T14:11:25.069Z (about 1 month ago)
- Language: TypeScript
- Size: 850 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Grandbot
**-- Grandbot is not ready for use --**
This is the source code for [Grandbot](https://grandbot.codingbad.me).
> Automates common issue communication, tracking and label creation.
> A [GitHub App](https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps) that listens and responds to [Github Webhooks](https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks).
> Built with [Probot](https://github.com/probot/probot).## Setup
```sh
# Install dependencies
npm install# Run the bot
npm run dev# Run tests
npm test
```## Contributing
If you have suggestions for how grandbot 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](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2021 Jahred Hope