Skip to content

eromoe/qiandao

This branch is 12 commits ahead of, 70 commits behind binux/qiandao:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e88866a · Sep 5, 2016
Dec 7, 2015
Aug 15, 2014
Sep 5, 2016
May 24, 2016
Aug 13, 2016
Mar 16, 2016
Apr 17, 2016
Aug 15, 2014
Aug 18, 2014
Aug 15, 2014
Aug 3, 2015
Aug 10, 2014
Aug 20, 2014

Repository files navigation

qiandao

签到 —— 一个自动签到框架 base on an HAR editor

HAR editor 使用指南:https://github.com/binux/qiandao/blob/master/docs/har-howto.md

qiandao.py

pip install tornado u-msgpack-python jinja2 chardet requests
./qiandao.py tpl.har [--key=value]* [env.json]

Web

需要 Mysql 可选 redis

apt-get install python-dev
pip install http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.4.zip#md5=3df394d89300db95163f17c843ef49df
pip install tornado u-msgpack-python jinja2 chardet requests mysql-connector-python redis pbkdf2 pycrypto
mysql < qiandao.sql
./worker.py &
./web.py

设置管理员

在数据库中,将用户的 role 改为 admin

鸣谢

+雪月秋水 GetCookies项目

许可

MIT

About

签到

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.8%
  • Python 25.9%
  • HTML 14.2%
  • CoffeeScript 8.3%
  • CSS 2.8%