https://github.com/nekocode/weixin_vote
使用 Tornado 开发的微信公众平台投票系统
https://github.com/nekocode/weixin_vote
app backend
Last synced: about 2 months ago
JSON representation
使用 Tornado 开发的微信公众平台投票系统
- Host: GitHub
- URL: https://github.com/nekocode/weixin_vote
- Owner: nekocode
- Created: 2015-10-23T07:17:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T17:43:52.000Z (over 8 years ago)
- Last Synced: 2025-03-20T17:23:16.017Z (2 months ago)
- Topics: app, backend
- Language: JavaScript
- Homepage:
- Size: 3.56 MB
- Stars: 45
- Watchers: 6
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weixin_vote
### run steps
- add config.py
```
DOMAIN = ''
DB_HOST = ''
DB_NAME = ''
DB_USER = ''
DB_PWD = ''QINIU_AK = ''
QINIU_SK = ''
QINIU_BUCKET_NAME = ''
```
- run `server.py`### feature
- tornado
- torndb(no ORM!): http://torndb.readthedocs.org/en/latest/#
- multiple accounts suport### libs
- tornado
- MySQL-python
- pycrypto
- httplib2
- bs4
- requests
- qiniu
...### todo
- [x] 迁移静态文件到七牛服务器上
- [ ] 把 access_token 存入数据库(考虑去掉 WeixinRefreshATKWorker)
- [x] 把 active 属性迁移到子账号上
- [x] 自动获取公众号基本信息
- [ ] 邀请码、注册码自动定时清理
- [x] 管理后台
- [x] 将 WeixinRefreshATKWorker 分离出来
- [ ] 更好的上传体验
- [ ] 上传文件校验### screenshots




## ranking page

## admin

