An open API service indexing awesome lists of open source software.

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.

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
```