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

https://github.com/bod/slack-chatgpt-bot

slack-chatgpt-bot
https://github.com/bod/slack-chatgpt-bot

Last synced: 20 days ago
JSON representation

slack-chatgpt-bot

Awesome Lists containing this project

README

          

# WORK IN PROGRESS!!!

## Docker instructions

### Building and pushing the image to Docker Hub

```
docker image rm bodlulu/slack-chatgpt-bot:latest
DOCKER_USERNAME= DOCKER_PASSWORD= ./gradlew dockerPushImage
```

### Running the image

```
docker pull bodlulu/slack-chatgpt-bot
docker run bodlulu/slack-chatgpt-bot
```