/GPTDiscordSelfbot

Discord Selfbot when @ pinged (or replied) will respond using OpenAI's gpt-3.5 turbo model

Primary LanguagePythonMIT LicenseMIT

GPTDiscordSelfbot

Discord selfbot with GPT responses, using discord.py-self & OpenAI.

Table of Contents

About the Project

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.

Built With

Getting Started

Prerequisites

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, sign up for an account on the OpenAI website and follow their API key generation instructions.

Installation

  1. Clone the repository:
$ git clone https://github.com/notpoiu/GPTDiscordSelfbot.git
$ cd GPTDiscordSelfbot
  1. Install the required Python packages:
$ installreqs.bat

Usage

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.

Contributing

Contributions are welcome! To contribute, please fork this repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License