Commit Graph

16 Commits

Author SHA1 Message Date
zhuweitung
9aa06e0e7a
feat: 实现定时任务半小时内随机执行 #206 (#295) 2024-11-14 19:58:58 +08:00
HandSonic
019cd28e29
fix: 修复无法构建docker镜像的问题 (#274) 2024-04-22 00:16:07 +10:00
0-8-4
89031221ac
imp: 更新依赖 (#269) 2024-04-12 19:00:25 +08:00
Night-stars-1
08ddd7c66f
feat: 输出二维码登录链接,显示+1概率 (#268)
* feat: 输出二维码登录链接,显示+1概率

* modified:   utils/system_info.py

* modified:   miuitask.py

* modified:   requirements.txt
modified:   utils/api/login.py

* modified:   utils/api/login.py

* Update Dockerfile

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 0-8-4 <ljd69154@liangjundi.cn>
2024-04-06 17:58:18 +11:00
0-8-4
597bd50a58
update Dockerfile (#254) 2023-12-30 20:24:13 +11:00
Night-stars-1
f1d4605af7
chore: 使用遍历方法找到键值,提升泛用性 (#211)
* fix: 修复无法构建docker镜像的问题

* Update Dockerfile

* chore: 更新日志收集方法

* chore: 遵守代码规范

* chore: update issue templates

* chore: 删除测试代码

* chore: 更改日志输出样式

* chore: docker生成配置时随机生成自动运行时间

* chore: trailing-whitespace

* chore: 日志添加换行

* chore: 未配置验证码解决方案时直接跳过

* chore: 使用遍历方法找到键值,提升泛用性

* chore: 使用cron执行自动任务

* chore: snake_case

* chore: 修改运行时间

* Update config.py
2023-11-25 19:22:20 +11:00
Night-stars-1
137b9afb22
chore: docker添加logs挂载声明 (#202) 2023-11-24 18:56:36 +11:00
Night-stars-1
23360a63b2
fix: 修复无法构建docker镜像的问题 (#198)
* fix: 修复无法构建docker镜像的问题

* Update Dockerfile
2023-11-23 11:12:11 +11:00
Achilles Kars
bd0804221e
remove pdm.lock and mirror settings in Dockerfile (#195)
create Dockerfile-cn for China users
2023-11-23 00:24:07 +11:00
Achilles Kars
31ff695304
Fix package manager misuse in Dockerfile (#194) 2023-11-22 18:56:44 +08:00
Achilles Kars
b77b1b0f95
add missing dependency: apscheduler (#189)
fix some bugs in Dockerfile

Co-authored-by: Night-stars-1 <99261160+Night-stars-1@users.noreply.github.com>
2023-11-22 12:54:46 +08:00
Xiwangly
6ade926505
迁移依赖&修复bug (#190)
* add missing dependency: apscheduler
fix some bugs in Dockerfile

* 🔧 自动更新requirements

* fix:
解决某些情况下不能正确生成、读取配置文件
update:
将python版本升级到3.12,迁移pydantic v2依赖
修改Dockerfile

* 🔧 自动更新requirements

* Pylint

* Hadolint - DL3042

https://github.com/hadolint/hadolint/wiki/DL3042

---------

Co-authored-by: JaHIY <jaklsy@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Night-stars-1 <99261160+Night-stars-1@users.noreply.github.com>
2023-11-22 12:02:10 +08:00
Night-stars-1
ea361a0e04
chore: captcha的参数拷贝,避免修改原参数 (#172)
* chore: captcha的参数拷贝,避免修改原参数
chore: 提升pylint分数,使代码更加规范

* fix: `@validator` cannot be applied to instance methods

* deleted:    .pylintrc

* chore: no-else-return

* chore: 优化代码,使其更符合PEP 8规范

* chore: 优化代码,使其更符合PEP 8规范

* chore: 优化代码,使其更符合PEP 8规范

* chore: 添加代码规范等级

* fix: fix dockerfile

* modified:   Dockerfile

* chore: 更新docker ci
2023-11-18 21:37:51 +11:00
Night-stars-1
56c27977da
feat: 重构项目 (#138)
* 修复无法获取成长值的问题

更改成长值获取接口

* 修复无法获取成长值的问题

更改成长值获取接口

* 改用正则获取成长值

* 推送配置说明

* 更新推送

* 更新推送

* Update config.yaml

* Update config.yaml

* Update requirements.txt

* Update config.yaml

* format the file

* 提升版本号

* 提升版本号

* 提升版本号

* 修复取消点赞出错

* feat: 重构项目

* chore: add Exception

* add: repo report link

* feat: 添加token的获取

* chore: 修正签到参数

* Delete utils directory

* Delete config.yaml

* Delete miuitask.py

* feat: 重构项目

* Create __init__.py

* feat: 重构项目

* Create 1

* feat: 重构项目

* add: 添加cryptography依赖

* Delete utils/api/1

* chore: 使用yaml储存数据

* chore: 添加token异常提示
chore: 修正部分数据结构

* imp: add system info output

* imp: auto reformat by PyCharm

* imp: 增加鸣谢

* imp: 修改主程序名称

* fix: 添加被删除的文件

* imp: 根据新版本 修改GitHub Action 脚本

* add: 添加tenacity重试库,部分get_token添加重试机制
chore: 将token.py重命名为utils.py
chore: 添加captcha.py,用于用户自行解决验证码

* 增加信息显示

增加显示项目信息及系统信息

* imp: 修复github action 脚本

* imp: auto reformat by PyCharm

---------

Co-authored-by: 0-8-4 <ljd69154@liangjundi.cn>
Co-authored-by: TardisX <ranoklx@gmail.com>
2023-11-14 00:18:59 +11:00
O1Si
e5b1157519
fix: COPY config.yaml on Dockerfile 2021-12-25 00:23:12 +08:00
O1Si
3afe9fddde
Feat: add-docker-support (#43)
* feat: add Dockerfile

* doc: update README.md

* imp: remove crontab file and move crontab to Dockerfile

* imp: add --no-cache-dir args

* fix: crontab per day at 0400
2021-12-12 09:05:23 +08:00