https://github.com/lucianoscarpaci/kinzie-bot
Set up by installing requirements, run with Python, connect bot to Discord, add tokens, and chat with GPT chatbot.
https://github.com/lucianoscarpaci/kinzie-bot
ai-chatbot chatbot-application cloud-services dependency-installer discord-py environment-setup gpt-3 interactive-application openai-api python real-time-communication software-development
Last synced: about 1 month ago
JSON representation
Set up by installing requirements, run with Python, connect bot to Discord, add tokens, and chat with GPT chatbot.
- Host: GitHub
- URL: https://github.com/lucianoscarpaci/kinzie-bot
- Owner: lucianoscarpaci
- Created: 2023-04-01T23:02:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T03:42:26.000Z (over 2 years ago)
- Last Synced: 2025-01-25T09:13:24.856Z (over 1 year ago)
- Topics: ai-chatbot, chatbot-application, cloud-services, dependency-installer, discord-py, environment-setup, gpt-3, interactive-application, openai-api, python, real-time-communication, software-development
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kinzie Discord bot
In order to use this application you must have python3 and pip3 installed. change into the parent directory and install the requirements.txt file with ```pip3 install -r requirements.txt```
Run the application with ```python3 start.py``` Join your bot to the discord server Copy the bot's token from the discord developer page into the .env file ```DISCORD_TOKEN``` and ```CHATGPT_API_KEY``` Enjoy your personalized GPT open-source chatbot!
# Instructions for py-kaomoji
make sure pyyaml is installed then
in load_kaomojis.py, add SafeLoader to yaml.load() like so:
```return yaml.load(_f, Loader=yaml.SafeLoader)```