- Python 3.8 or higher
- pip
- virtualenv (optional but recommended)
-
Clone or navigate to the project directory.
-
(Optional) Create and activate a virtual environment:
python -m venv venv source venv/bin/activate -
Install dependencies:
pip install -r requirements.txt
-
Copy the .env.example file and modify it with your bot token Example:
cp .env.example .env
-
Run the application:
python main.py