https://github.com/cassiofb-dev/timmy
A discord bot with OpenAI integration
https://github.com/cassiofb-dev/timmy
Last synced: about 1 month ago
JSON representation
A discord bot with OpenAI integration
- Host: GitHub
- URL: https://github.com/cassiofb-dev/timmy
- Owner: cassiofb-dev
- License: mit
- Created: 2025-03-09T12:18:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-28T04:40:57.000Z (11 months ago)
- Last Synced: 2025-10-11T17:44:10.195Z (8 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Timmy
A discord bot with OpenAI integration
## About
Timmy is a discord bot that uses OpenAI's GPT-4o-mini model to generate responses to user messages.
## Usage
- You will need to create a `.env` following the `.env.example` file.
- You will need to create a discord bot and get the token.
- You will need to create an OpenAI account and get the API key.
- You will need to create a discord server and add the bot to it.
- You will need to install docker and docker-compose.
```sh
git clone https://github.com/cassiofb-dev/timmy
docker compose up -d
```
## License
MIT