π InstallationΒΆ
Install a Python version >=3.10,<3.15.
From PyPI πββοΈ:
pip install afk-bot # or uv add afk-bot
Development uses uv. Install
uvfrom the installation docs, then sync πββοΈ:uv syncDocumentation build extras (Sphinx / Furo / MyST):
uv sync --group docs
CLI entry point:
afk-bot --help # or uv run afk-bot --help
Task runner is Poe the Poet:
uv tool install poethepoet poe greet poe sphinx
Prefer an isolated environment (
uv,venv, orconda) so project deps do not collide with other packages.