An open API service indexing awesome lists of open source software.

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

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).