Installation - lepinkainen/pyfibot GitHub Wiki
Running the bot
Install
Clone pyfibot from GitHub
$ git clone https://github.com/lepinkainen/pyfibot.git
$ cd pyfibot
Setup uv
curl -LsSf https://astral.sh/uv/install.sh | sh
(Or any other method you prefer, the above works even without root access)
Starting the bot
Now you can edit the example configuration to suit your needs and rename it to config.yml
$ cp example.yml config.yml
$ $EDITOR config.yml
$ uv sync
ยง uv run python3 pyfibot/pyfibot.py config.yml
Now the bot should be up and running.