https://github.com/cyteon/sentient-bot
An discord bot that might appear sentient, it can message/react and stuff.
https://github.com/cyteon/sentient-bot
ai discord discord-bot sentient
Last synced: about 1 year ago
JSON representation
An discord bot that might appear sentient, it can message/react and stuff.
- Host: GitHub
- URL: https://github.com/cyteon/sentient-bot
- Owner: Cyteon
- License: gpl-3.0
- Created: 2024-08-02T19:12:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T13:35:39.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T14:21:27.138Z (about 1 year ago)
- Topics: ai, discord, discord-bot, sentient
- Language: Python
- Homepage:
- Size: 165 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sentient
> Kinda scuffed bot rn
## Run Locally
1. Clone the project
```bash
git clone https://github.com/Cyteon/sentient-bot
```
2. Go to the project directory
```bash
cd sentient-bot
```
3. Install python dependencies
```bash
pip install -r requirements.txt
```
4. Rename `.env.example` to `.env`, and populate the required values
5. Rename `config.examaple.json` to `config.json` and populate the required values
6. Run the bot
```bash
python main.py
```