i just come out and take a bubble, haha \O^O/

This commit is contained in:
urinx
2017-04-16 21:55:51 +08:00
parent 504cc4f0f6
commit c1e702aafd
38 changed files with 3809 additions and 50 deletions
+37
View File
@@ -0,0 +1,37 @@
# wxbot_project_py2.7
目录结构:
```bash
.
├── README.md
├── config
│   ├── __init__.py
│   ├── config_manager.py
│   ├── constant.py
│   ├── log.py
│   ├── requirements.txt
│   └── wechat.conf.bak
├── db
│   ├── __init__.py
│   ├── mysql_db.py
│   └── sqlite_db.py
├── docker
│   ├── Dockerfile
│   └── README.md
├── server
│   ├── index.html
│   └── upload.html
├── tmp_data
├── wechat
│   ├── __init__.py
│   ├── utils.py
│   ├── wechat.py
│   ├── wechat_apis.py
│   └── wechat_js_backup
│   └── index_40649b7.js
├── weixin_bot.py
└── wx_handler
├── __init__.py
├── bot.py
└── wechat_msg_processor.py
```