Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.26 KB

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.