Discord selfbot with GPT responses, using discord.py-self & OpenAI & gpt4free.
GPTDiscordSelfbot is a Discord selfbot powered by the discord.py-self
library. It responds with GPT-generated responses when pinged, replied to, or messaged directly. The bot is built using the OpenAI Python library for GPT interactions and relies on the discord.py-self
library for Discord integration. This bot has also gpt4free
which is a python library that reverse engeniers sites in order to get their chatbot responses.
To run GPTDiscordSelfbot, you will need:
- Python 3.x: You can download Python from the official website: Python Downloads
- OpenAI Api Key: To obtain an OpenAI API key, # for an account on the OpenAI website and follow their API key generation instructions.
- Clone the repository:
$ git clone https://github.com/notpoiu/GPTDiscordSelfbot.git
$ cd GPTDiscordSelfbot
- Install the required Python packages:
$ installreqs.bat
To use GPTDiscordSelfbot, simply run the main.py
script:
$ python main.py
GPTDiscordSelfbot will now listen for incoming messages and respond with GPT-generated messages when pinged, replied to, or messaged directly.
Contributions are welcome! To contribute, please fork this repository, make your changes, and submit a pull request.
This project is licensed under the MIT License