Skip to main content

Quick Install

pip install chibi-bot

CLI Commands

After installation, use chibi command:
CommandDescription
chibi startStart the Chibi bot service as a daemon
chibi stopStop the running Chibi bot service
chibi restartRestart the Chibi bot service
chibi configOpen the Chibi configuration file in the default editor
chibi logsTail the Chibi log file

First Time Setup

After installing via pip, run chibi config to set up your bot with required API keys:
chibi config
This will open the configuration file in your default editor where you can add your Telegram bot token and other settings. You can read more about Agent configuration here: core settings You can see the env-file template with all available settings here: .env template

Need More Control?

If you need to customize the installation or run from source, see Manual Setup.