Platform for writing bots for VK Python 3.7+
git clone https://github.com/YamioKDL/CloudletEngine.git
Install all the necessary packages to work with the project:
pip install -r requirements.txt
At the end, configure the connection to the database and run the migrations command:
python manage.py migrate
To start the bot, use the command:
python manage.py startbot
Examples and API of the platform can be viewed here
Commands need to be created in Python files and saved along the path /app/bot/commands/