Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiaojay/weixin2

django app for weixin(微信)
https://github.com/xiaojay/weixin2

Last synced: 12 days ago
JSON representation

django app for weixin(微信)

Awesome Lists containing this project

README

        

weixin2
=======

Django app for weixin(微信)

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

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

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