Skip to content

GitHub app which regularly checks for updates in the modget manifest repository

License

Notifications You must be signed in to change notification settings

ReviversMC/modget-bot-old

Repository files navigation

modget-bot

A GitHub App built with Probot that GitHub app which regularly checks for updates in the modget manifest repository

Setup

# Install dependencies
npm install

# Compile TypeScript
npm run build

# Run the bot
npm run start

Docker

# 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

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.

About

GitHub app which regularly checks for updates in the modget manifest repository

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published