Setup Guide¶
Install Python¶
- Vocard requires Python 3.11 or higher.
- Follow the guidelines here: Installing Python.
Download Vocard Bot¶
With Docker recommended¶
Using the official Docker image is the easiest way to set up Vocard, as it includes all necessary dependencies. Follow the guide below to get started, regardless of your platform:
- For Linux and Windows, follow the unified Docker Setup Guide.
This guide provides step-by-step instructions for installing and running Vocard using Docker on both operating systems.
with git¶
- Clone the repository:
- Go to the directory:
- Install required packages, ideally by using a virtual environment:
After installing all packages, you must configure the bot before starting.
Configuration¶
- Rename
settings Example.jsontosettings.jsonand customize your settings. -
Now, you can start your bot with
python main.py.