https://github.com/reviversmc/modget-bot-old
GitHub app which regularly checks for updates in the modget manifest repository
https://github.com/reviversmc/modget-bot-old
Last synced: 2 months ago
JSON representation
GitHub app which regularly checks for updates in the modget manifest repository
- Host: GitHub
- URL: https://github.com/reviversmc/modget-bot-old
- Owner: ReviversMC
- License: isc
- Created: 2021-07-11T10:05:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T10:14:13.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T22:41:27.210Z (over 1 year ago)
- Language: TypeScript
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# modget-bot
> A GitHub App built with [Probot](https://github.com/probot/probot) that GitHub app which regularly checks for updates in the modget manifest repository
## Setup
```sh
# Install dependencies
npm install
# Compile TypeScript
npm run build
# Run the bot
npm run start
```
## Docker
```sh
# 1. Build container
docker build -t modget-bot .
# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= modget-bot
```
## Contributing
If you have suggestions for how modget-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](CONTRIBUTING.md).