Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belikhun/discord-chatgpt
A very simple ChatGPT discord bot. Made under 2 hours.
https://github.com/belikhun/discord-chatgpt
chatbot chatgpt discord-bot docker docker-image javascript
Last synced: 27 days ago
JSON representation
A very simple ChatGPT discord bot. Made under 2 hours.
- Host: GitHub
- URL: https://github.com/belikhun/discord-chatgpt
- Owner: Belikhun
- License: mit
- Created: 2023-03-25T11:51:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T02:20:03.000Z (10 months ago)
- Last Synced: 2024-03-24T02:43:36.336Z (10 months ago)
- Topics: chatbot, chatgpt, discord-bot, docker, docker-image, javascript
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatGPT Discord Bot
![image](https://github.com/Belikhun/discord-chatgpt/assets/19252372/4090aea9-cd00-49bd-9200-43abcabb12be)
A very simple discord bot that reply to user's message, with long response support!. **⚠ Currently it will listen on all channels it can access so be aware!**
## 🛠 Setting up
1. Clone this repository
2. Copy `env.example.json` file to `env.json`
3. Fill in your OpenAI API key and Discord token
4. Install requirements by running `npm i`
5. Start the app by running `npm start`
6. Profit!## 🚢 Using docker
Simply run `docker compose up` inside project folder to get thing running!
---
✨ discord-chatgpt by Belikhun