Skip to content

error5/errbot_dist

Repository files navigation

errbot

Package

python3.11 -m venv .env
source .env/bin/activate
pip install -r requirements.txt

create a default config

errbot --init

Build

python -m build

clean install

pip uninstall myerrbot
pip install .

Run

MYERRBOT_DATA_DIR=$(pwd) myerrbot

pre-commit

pip install pre-commit black isort
pre-commit install

manual trigger:

pre-commit run --all-files

About

Blueprint for building a packaged errbot with plugins for distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published