-
-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Welcome to the EXEUbot setup guide! This guide will help you configure and run your userbot using either Docker or a traditional Python environment. Choose the method that best suits your setup.
-
Clone the repository:
git clone https://github.com/EXE-Official/EXEUbot
-
Navigate to the project directory:
cd EXEUbot -
Update the credentials and settings in the
config.inifile. Make sure to edit it with your specific configuration. -
Build the Docker image:
sudo docker build -t exeubot:1.30 . -
Run the Docker container:
sudo docker run --rm exeubot:1.30
-
Clone the repository:
git clone https://github.com/EXE-Official/EXEUbot
-
Navigate to the project directory:
cd EXEUbot -
Update the credentials and settings in the
config.inifile. Make sure to edit it with your specific configuration. -
Install pipx (required for Python package management):
- Follow the installation guide: pipx Installation Guide
-
Install poetry (used for dependency management):
- Follow the documentation: Poetry Documentation
-
Install dependencies using poetry:
poetry install
-
Run the bot by executing the
main.pyfile:- On Linux/macOS:
python3 main.py
- On Windows (PowerShell):
python main.py
- On Linux/macOS:
You are all set! If you encounter any issues, feel free to check the EXEUbot GitHub repository for additional support or open an issue.