NiceAesth / yaris

A chat bot to make Discord less useful

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre-commit.ci status Codacy Badge

The code behind Chloe supporting operations in cats & Circle People. Supports unique features like Reminders with more to come.

setup

Dependencies

  • python 3.9+
  • postgres 15+
  • python-poetry
  • docker (optional)

Copy the environment file and populate .env with your configuration.

Install dependencies with poetry install (include --only main on servers)

Database setup & migrations

postgres# create user chloe_user with password 'changeme' createdb; createdb chloe;

Run aerich migrate to run all neccessary migrations. (if on docker this is already done for you)

Startup

Run python3 main.py to start the bot process.

license & thanks

ISC

Thanks to NiceAesth for helping with various things.

About

A chat bot to make Discord less useful

License:ISC License


Languages

Language:Python 96.1%Language:Dockerfile 3.0%Language:Shell 0.9%