-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
June0618 edited this page Jan 21, 2026
·
4 revisions
Challonge-Snap is a self-hosted bot. You will need a machine (Local PC, VPS, or Raspberry Pi) to keep it online.
- Python 3.14+: The bot utilizes features from the latest Python versions
- Discord Bot Token: Created via the Discord Developer Portal
Optional:
- Challonge API Key: Found in your Challonge Developer Settings (Required for auto-update feature)
- Clone the Repository
git clone https://github.com/JuneMinazuki/Challonge-Snap.git
cd Challonge-Snap- Install Dependencies
pip install -r requirements.txt- Environment Configuration Create a file named
.envin the root folder:
DISCORD_BOT_TOKEN=your_discord_token_here
CHALLONGE_API_KEY=your_challonge_api_key_here
- Launch the Bot
python main.py© 2026 June Minazuki