A GitHub App built with Probot that GitHub app which regularly checks for updates in the modget manifest repository
# Install dependencies
npm install
# Compile TypeScript
npm run build
# Run the bot
npm run start
# 1. Build container
docker build -t modget-bot .
# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> modget-bot
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.