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

https://github.com/nonchalant/prompt-review

Github → Slack
https://github.com/nonchalant/prompt-review

Last synced: 11 months ago
JSON representation

Github → Slack

Awesome Lists containing this project

README

          

# promt-review

## Prepare

```
// conf.yml

github:
token:
repositories:
- Nonchalant/prompt-review
- ...
slack:
token:
channel:
icon_emoji:
username:
ids:
- author:
member_id:
- author: ...
member_id: ...
```

## Requirements

- [Docker](https://www.docker.com/)

## Usage

```
$ make build
$ make run
```