Skip to content

AikoSora/CloudletEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudletEngine

Platform for writing bots for VK Python 3.7+

Installing this project

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

Run bot

To start the bot, use the command:

python manage.py startbot

API

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/

About

Platform for writing bots for VK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published