Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauris/accuser
Accuser is a lightweight framework/wrapper that lets you write Github bots that monitor Pull Requests and assign a person to the PR.
https://github.com/mauris/accuser
github github-api javascript nodejs
Last synced: 2 months ago
JSON representation
Accuser is a lightweight framework/wrapper that lets you write Github bots that monitor Pull Requests and assign a person to the PR.
- Host: GitHub
- URL: https://github.com/mauris/accuser
- Owner: mauris
- Created: 2016-08-20T02:12:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T14:01:03.000Z (over 7 years ago)
- Last Synced: 2024-10-11T14:31:16.794Z (3 months ago)
- Topics: github, github-api, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accuser [![Build Status](https://travis-ci.org/mauris/accuser.svg?branch=master)](https://travis-ci.org/mauris/accuser)
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](https://github.com/mikedeboer/node-github) library to make it easier to monitor pull requests, assign people and write comments.
- [x] Issues and Pull Requests filtering
- [x] Accuse / Assigning PRs
- [x] Commenting
- [x] Labels## Getting Started
To use Accuser, installed Accuser to your application/project via npm:
npm install --save accuser
## Future Implementation
- [ ] Webhook / Event Implementation
- [ ] Renaming Title## Testing
Accuser uses Mocha for unit testing. Ensure that development dependencies are installed and run the following command:
npm test
## License
Code released under the MIT license.