Skip to content

TheReverend403/cappuccino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

946c63e · Feb 19, 2025
Feb 19, 2025
Mar 3, 2024
Feb 19, 2025
Feb 22, 2024
Jan 10, 2022
Feb 19, 2025
Feb 19, 2025
Oct 25, 2024
Feb 19, 2025
Nov 11, 2016
Feb 19, 2025
Feb 24, 2024
Apr 12, 2022
Sep 5, 2020
Feb 19, 2025
Feb 15, 2022
Feb 19, 2025

Repository files navigation

logo

GitHub GitHub Workflow Status Code style: ruff

A set of irc3 plugins providing various utilities primarily for #rice@irc.rizon.net.

Installation

Requirements:

  • PostgreSQL

Setting up the development environment

First, install uv.

git clone https://github.com/TheReverend403/cappuccino
cd cappuccino

uv sync --group dev
uv run pre-commit install

Running

cp config.ini.dist config.ini
$EDITOR config.ini
uv run alembic upgrade head
uv run irc3 config.ini