https://github.com/bmz1/serverless-discord-bot-chatgpt
Serverless Discord bot for ChatGPT
https://github.com/bmz1/serverless-discord-bot-chatgpt
chatgpt discord-bot lambda serverless
Last synced: 9 months ago
JSON representation
Serverless Discord bot for ChatGPT
- Host: GitHub
- URL: https://github.com/bmz1/serverless-discord-bot-chatgpt
- Owner: bmz1
- Created: 2023-03-07T13:33:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T13:34:12.000Z (over 3 years ago)
- Last Synced: 2025-08-09T00:27:57.248Z (11 months ago)
- Topics: chatgpt, discord-bot, lambda, serverless
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless Discord ChatGPT bot
## Prerequisites
- Serverless `npm i -g serverless`
- Discord bot
- OpenAI API Key
- AWS Profile setup in `~/.aws/credentials`
## Setup
1. clone
2. `mv .env.exmaple .env`
3. fill in credentials
4. `serverless deploy`
## Running locally
- `serverless offline start`
## Remove
- `serverless destroy`