Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 262 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 262 Bytes

weixin2

Django app for weixin(微信)

  • middleware.py: 保存msg到数据库;

  • models/rule.py: 关键词(模糊匹配、全匹配),回复规则支持优先级,支持语音回复;

  • 暂时用django admin 后台界面 添加、管理规则。