i just come out and take a bubble, haha \O^O/
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user