# Scintillant Bot Framework
- - -
A framework for instantly creating chat bots based on other popular tools.
At the moment, the framework supports the development of skills for the popular chatbot Lilia.
### Installation
``pip install scintillant==0.0.7``
### Using
To quickly create a skill template, use the command:
```>> snlt bottle```
## Quick Start
Create a directory in which you will work
``>> mkdir my_test_skill``
Create a virtual environment in which you will install the necessary dependencies for work, including the Scintillant framework:
```shell
>> py -m venv env
>> source env/Scripts/activate
```
Install the Scintillant framework. It is also included in the list of dependencies for each skill template.
```shell
(env) >> pip install scintillant
```
After successful installation, you need to get the latest version of the skill template.
Run the command ``(env) >> snlt bottle`` and follow the instructions.
When choosing a working directory, select the current directory (.) Or leave the field blank to create the template in a subfolder with the skill name.
Install the remaining dependencies and run the skill.
```shell
(env) >> pip install -r requirements.txt
(env) >> py manage.py
```
## Project setup
In the .env file, you can find the starting configurations of the project.
Most addictions are easy to change and not viral. At the moment, the core of the skill is the Bottle framework, but you can easily replace it with AioHTTP or FastAPI.
In the future, it will be possible to receive versions of templates based on other popular web frameworks, as well as on pure WSGI (werkzeug).
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
最新资源
- 毕设和企业适用springboot社交平台类及交通运输管理平台源码+论文+视频.zip
- 毕设和企业适用springboot社交平台类及农场管理系统源码+论文+视频.zip
- 毕设和企业适用springboot社交平台类及跨平台销售系统源码+论文+视频.zip
- 毕设和企业适用springboot社区物业类及企业管理平台源码+论文+视频.zip
- 毕设和企业适用springboot社区物业类及企业创新研发平台源码+论文+视频.zip
- 毕设和企业适用springboot社区物业类及企业培训平台源码+论文+视频.zip
- 毕设和企业适用springboot社区物业类及汽车管理平台源码+论文+视频.zip
- 毕设和企业适用springboot社区物业类及全渠道电商平台源码+论文+视频.zip
- 毕设和企业适用springboot社区物业类及气象数据管理系统源码+论文+视频.zip
- 毕设和企业适用springboot社交平台类及流媒体内容推荐平台源码+论文+视频.zip
- 毕设和企业适用springboot社交平台类及企业财务管理系统源码+论文+视频.zip
- 毕设和企业适用springboot社交平台类及企业健康管理平台源码+论文+视频.zip
- 毕设和企业适用springboot社交平台类及企业协作平台源码+论文+视频.zip
- 毕设和企业适用springboot社区物业类及数据管理平台源码+论文+视频.zip
- 毕设和企业适用springboot社区物业类及数据存储平台源码+论文+视频.zip
- 毕设和企业适用springboot社区物业类及社会服务平台源码+论文+视频.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈