# 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).
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:scintillant-0.0.12.7.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
scintillant-0.0.12.7.tar.gz (32个子文件)
scintillant-0.0.12.7
PKG-INFO 2KB
scintillant.egg-info
PKG-INFO 2KB
requires.txt 31B
not-zip-safe 2B
SOURCES.txt 997B
entry_points.txt 100B
top_level.txt 12B
dependency_links.txt 1B
scintillant
commands
utils.py 851B
testsuite.py 4KB
testserver.py 61B
__init__.py 0B
templates.py 2KB
outs
choices.py 118B
__init__.py 49B
buttons.py 118B
phrases.py 2KB
apimodels
models
dialog_models.py 4KB
__init__.py 465B
client_models.py 6KB
skill_models.py 11KB
db
postgres_db.py 10KB
__init__.py 59B
types.py 1KB
__init__.py 138B
controllers
__init__.py 71B
context_controller.py 2KB
__init__.py 829B
entry_points.py 1KB
setup.cfg 42B
setup.py 1KB
README.md 2KB
共 32 条
- 1
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 点云数据处理与开发基础教程
- (源码)基于 JavaWeb 的超市收银系统.zip
- (源码)基于Vue和Cordova的移动端在线选座购票系统.zip
- (源码)基于C++的simpleDB数据库管理系统.zip
- (源码)基于Arduino的RTOSMMESGU实时操作系统项目.zip
- (源码)基于STM32和TensorFlow Lite框架的微语音识别系统.zip
- (源码)基于C#的支付系统集成SDK.zip
- (源码)基于Spring Cloud和Spring Boot的微服务架构管理系统.zip
- (源码)基于物联网的自动化开门控制系统 iotsaDoorOpener.zip
- (源码)基于ROS的Buddy Robot舞蹈控制系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功