yaris [Commands Listing]
The code behind Chloe supporting operations in cats & Circle People. Supports unique features like Reminders with more to come.
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.
ISC
Thanks to NiceAesth for helping with various things.