Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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