https://github.com/midnightdoggo19/guesser
A Discord bot using AI to try and guess who sent a message
https://github.com/midnightdoggo19/guesser
ai bot discord
Last synced: 2 months ago
JSON representation
A Discord bot using AI to try and guess who sent a message
- Host: GitHub
- URL: https://github.com/midnightdoggo19/guesser
- Owner: midnightdoggo19
- License: gpl-3.0
- Created: 2024-11-15T21:34:25.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-02-18T13:19:28.000Z (4 months ago)
- Last Synced: 2025-03-23T19:51:31.805Z (3 months ago)
- Topics: ai, bot, discord
- Language: JavaScript
- Homepage:
- Size: 400 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Guesser
Guesser is a Discord bot that can download a channel and train an AI model on it in order to guess which user sent a message.## Installation
### Clone the repository:
git clone https://github.com/midnightdoggo19/guesser.git
cd guesser### Install dependencies:
pip install -r requirements.txt
npm install#### Copy example.env and add your bot's information, and rename it to ".env". This includes:
##### Run the bot:
npm run register
npm start
## Usage
### Commands
/archive - Exports the current channel as a .csv file for use in training the model.
/retrain - Makes use of the exported .csv file to train the model.
/remove - Removes a user from the dataset.
/ping - Ping the bot
### Guessing
In order to have the bot start guessing, send a message in the channel defined in `.env`! It'll process the message and try and guess who sent it.