Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binux/qiandao
签到
https://github.com/binux/qiandao
Last synced: 2 days ago
JSON representation
签到
- Host: GitHub
- URL: https://github.com/binux/qiandao
- Owner: binux
- Created: 2014-08-14T16:25:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T22:51:49.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:57:16.560Z (3 months ago)
- Language: JavaScript
- Homepage: https://qiandao.today
- Size: 1.55 MB
- Stars: 3,413
- Watchers: 100
- Forks: 710
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
qiandao
=======签到 —— 一个自动签到框架 base on an HAR editor
HAR editor 使用指南:https://github.com/binux/qiandao/blob/master/docs/har-howto.md
## 相关项目
[qiandao-today/qiandao](https://github.com/qiandao-today/qiandao): 基于本项目发布的新版框架地址, 现由 [@a76yyyy](https://github.com/a76yyyy) 更新维护中
> 支持旧版数据库直接迁移,请提前做好数据库备份Web
===需要 python3.11, 虚拟主机无法安装
```
pip install -r requirements.txt
```可选 redis, Mysql
```
mysql < qiandao.sql
```启动
```
./run.py
```数据不随项目分发,去 [https://qiandao.today/tpls/public](https://qiandao.today/tpls/public) 查看你需要的模板,点击下载。
在你自己的主页中 「我的模板+」 点击 + 上传。模板需要发布才会在「公开模板」中展示,你需要管理员权限在「我的发布请求」中审批通过。设置管理员
```
./chrole.py [email protected] admin
```使用Docker部署站点
==========可参考 Wiki [Docker部署签到站教程](https://github.com/binux/qiandao/wiki/Docker%E9%83%A8%E7%BD%B2%E7%AD%BE%E5%88%B0%E7%AB%99%E6%95%99%E7%A8%8B)
qiandao.py
==========```
pip install -r requirements.txt
./qiandao.py tpl.har [--key=value]* [env.json]
```config.py
=========
优先用`mailgun`方式发送邮件,如果要用smtp方式发送邮件,请填写mail_smtp, mail_port, mail_ssl, mail_user, mail_password
```python
mail_smtp = "" # 邮件smtp地址
mail_port = 465 # 邮件smtp端口,非SSL默认端口为25
mail_ssl = True # 邮件smtp是否使用SSL
mail_user = "" # 邮件smtp账户
mail_passowrd = "" # 邮件smtp密码
mail_domain = "mail.qiandao.today"
mailgun_key = ""
```鸣谢
====+[雪月秋水](https://plus.google.com/u/0/+%E9%9B%AA%E6%9C%88%E7%A7%8B%E6%B0%B4%E9%85%B1) [GetCookies项目](https://github.com/acgotaku/GetCookies)
许可
====MIT