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
- Host: GitHub
- URL: https://github.com/bod/slack-chatgpt-bot
- Owner: BoD
- Created: 2023-03-16T18:57:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-07T21:08:04.000Z (11 months ago)
- Last Synced: 2025-08-07T23:20:35.119Z (11 months ago)
- Language: Kotlin
- Size: 269 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```