Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nexusphp/reginald-bot
Reginald the Butler
https://github.com/nexusphp/reginald-bot
github-app probot probot-app
Last synced: 9 days ago
JSON representation
Reginald the Butler
- Host: GitHub
- URL: https://github.com/nexusphp/reginald-bot
- Owner: NexusPHP
- License: mit
- Created: 2025-01-10T18:19:45.000Z (10 days ago)
- Default Branch: 1.x
- Last Pushed: 2025-01-11T13:23:29.000Z (9 days ago)
- Last Synced: 2025-01-11T14:30:37.757Z (9 days ago)
- Topics: github-app, probot, probot-app
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Reginald the Butler
> :robot: A GitHub App built with [Probot](https://github.com/probot/probot) that manages your repository as your own butler.
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Docker
```sh
# 1. Build container
docker build -t reginald-bot .# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= reginald-bot
```## Contributing
If you have suggestions for how reginald-bot 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](.github/CONTRIBUTING.md).
## License
MIT