Skip to main content

Self-Deployment Introduction

If you wish to deploy XiaoBaWang Bot yourself, you can follow these simple steps:

# Get the code
git clone https://github.com/zifox666/xiaobawang.git

# Enter the directory
cd xiaobawang

# Install dependencies
pip install poetry # Install poetry
poetry install # Install dependencies

# Start running
poetry run python bot.py

For detailed deployment instructions, please visit Deployment Guide.