Accuser is a lightweight framework that lets you write Github bots that monitor issues and pull requests and work with them.
The framework wraps around the node-github library to make it easier to monitor pull requests, assign people and write comments.
- Issues and Pull Requests filtering
- Accuse / Assigning PRs
- Commenting
- Labels
To use Accuser, installed Accuser to your application/project via npm:
npm install --save accuser
- Webhook / Event Implementation
- Renaming Title
Accuser uses Mocha for unit testing. Ensure that development dependencies are installed and run the following command:
npm test
Code released under the MIT license.