Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 433 Bytes

This repository has been migrated to the self-hosted ari-web Forgejo instance: https://git.ari.lt/ari/kat

kat bot

matrix bot for cats by cats

running

python3 -m pip install --user --upgrade --break-system-packages virtualenv
python3 -m virtualenv venv
source venv/bin/activate
pip install --upgrade -r requirements.txt
cp kat.example.env kat.env
# edit kat.env with details
source kat.env
python3 src/main.py