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

https://github.com/rpiraces-plain/probot-sample-app

This is a simple Probot App to show some features from it
https://github.com/rpiraces-plain/probot-sample-app

github-api probot probot-app sample-app

Last synced: 6 months ago
JSON representation

This is a simple Probot App to show some features from it

Awesome Lists containing this project

README

          

# probot-example

> A GitHub App built with [Probot](https://github.com/probot/probot) that A Probot app

## Setup

```sh
# Install dependencies
npm install

# Run the bot
npm start
```

## Docker

```sh
# 1. Build container
docker build -t probot-example .

# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= probot-example
```

## Contributing

If you have suggestions for how probot-example 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).

## License

[ISC](LICENSE) © 2024 Raúl Piracés