Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 559 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 559 Bytes

livecode

二维码活码裂变

支持python3+

依赖: aiohttp、qrcode、yaml

使用方法:

1.将项目clone 到本地

2.设置自己的配置文件

livecode/livecode/configs/base.yaml

3.初始化数据库: 在init目录下执行

python init_db.py

可以调用其中的insert_user()函数往数据库插入新用户。

4.启动服务

python service.py