Getting Started
Welcome to the Boost Bot setup guide. This document will help you configure and run the Boost Bot.
Overview
This guide walks you through downloading the program, basic configuring `config.yaml, and enabling optional Autobuy.
📥 Download the Boost Bot
To get started, download the latest version of the Boost Bot program:
Follow this guide: How to Download the Program
📂 Prepare Files
Unzip the downloaded archive to a location of your choice.
Open the extracted folder and locate the
config.yamlfile.
⚙️ Configure config.yaml
Edit config.yaml with your details.
Authorized Users
Add your Discord developer ID so you can manage the bot.
authorized_users: [<your_discord_dev_id>]Replace <your_discord_dev_id> with your own Discord user ID (enable Developer Mode in Discord → right‑click your user → Copy ID).
Webhooks
Set your Discord webhooks for logs and alerts.
webhook_url:
autobuy: your_autobuy_webhook_url
manual_logs: your_manual_logs_webhook_url
alerts: your_alerts_webhook_urlBot Settings
Add your bot token and a status message.
bot_settings:
token: your_discord_bot_token
status: Boost OrdersIf you don't have a bot token, follow: How to Create Discord Bot
🛒 Autobuy Setup
Enable automatic boost delivery for your customers by following the consolidated guide:
This covers supported platforms, API setup, product linking, and dynamic delivery.
🧩 Optional Settings
Adjust any other settings in config.yaml based on your needs.
▶️ Run the Bot
Save the
config.yamlfile.Run
run.bat. Two windows will open—keep both open.When prompted, enter your license key.
The bot is now ready!
Last updated