notpoiu / GPTDiscordSelfbot

Discord Selfbot when @ pinged (or replied) will respond using OpenAI's gpt-3.5 turbo model
MIT License
12 stars 0 forks source link
ai openai selfbot selfbot-for-discord

GPTDiscordSelfbot

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

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. This bot has also gpt4free which is a python library that reverse engeniers sites in order to get their chatbot responses.

Built With

Getting Started

Prerequisites

To run GPTDiscordSelfbot, you will need:

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