Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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(微信)
- Host: GitHub
- URL: https://github.com/xiaojay/weixin2
- Owner: xiaojay
- Created: 2013-02-21T02:09:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-02-21T03:05:09.000Z (over 11 years ago)
- Last Synced: 2023-03-22T11:27:27.408Z (over 1 year ago)
- Language: Python
- Size: 104 KB
- Stars: 16
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
weixin2
=======Django app for weixin(微信)
* middleware.py: 保存msg到数据库;
* models/rule.py: 关键词(模糊匹配、全匹配),回复规则支持优先级,支持语音回复;
* 暂时用django admin 后台界面 添加、管理规则。