The BotConstructor
A service that through an intuitively understandable interface and using different design patterns allows you to configure certain parameters for the subsequent creation of the bot’s work program and the subsequent upload of that script to a cloud platform where the formed bot will be performed. This web application serves, first of all, to simplify the creation of the code of the bot program without additional costs for this.
This design was designed and developed on the Django framework, which, in turn, uses the design pattern MVC (Model View Controller).
During the implementation of this project, an algorithm was developed to form a bot program. The basis of the algorithm is a design pattern that allows you to scale the business logic to expand the implementation.
After converting the configuration into a script, the service allows you to download and launch the bots on a cloud platform.
This design was designed and developed on the Django framework, which, in turn, uses the design pattern MVC (Model View Controller).
During the implementation of this project, an algorithm was developed to form a bot program. The basis of the algorithm is a design pattern that allows you to scale the business logic to expand the implementation.
After converting the configuration into a script, the service allows you to download and launch the bots on a cloud platform.