Commit Graph

9 Commits

Author SHA1 Message Date
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
7d202666d8
chore: 添加依赖 (#188)
* chore: 添加定时执行,添加拔萝卜任务

* chore: 提升版本号1.7.2

* chore: 添加依赖
2023-11-21 23:41:38 +11:00
Night-stars-1
d3cdae2f9e
fix: 修复 up_requirement 无法正常运行 (#158)
* Update up_requirement.yml

* 🔧 自动更新requirements

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-16 18:07:26 +11:00
Night-stars-1
c5ee4496bd
chore: 添加cookies登录方式 (#141)
* chore: 从pdm生成requirements.txt
chore: 添加cookies登录方式

* modified:   .github/workflows/docker-image.yml

* chore: 登录成功后写入cookie到配置文件
2023-11-14 01:31:39 +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
PianCat
b340811639
Fix Token Issue (#136)
* Fix Token Issue

* Fix log output
2023-11-13 09:03:32 +08:00
Night-stars-1
371577c001
添加推送功能 (#82)
* 修复无法获取成长值的问题

更改成长值获取接口

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

更改成长值获取接口

* 改用正则获取成长值

* 推送配置说明

* 更新推送

* 更新推送

* Update config.yaml

* Update config.yaml

* Update requirements.txt

* Update config.yaml

* format the file

* 提升版本号

* 提升版本号

* 提升版本号

---------

Co-authored-by: 0-8-4 <ljd69154@liangjundi.cn>
2023-02-14 20:21:12 +11:00
O1Si
80fc81bac0
feat: multi account support (#46)
* feat: multi account

* imp: update .gitignore

* imp: update requirements.txt

* imp: update README.md

* imp: update README.md

* imp: add newline at end of .gitignore

* imp: update log string

* imp: refactor L525 of miuitask.py

* imp: refactor check_config function

* imp: optimized check_config method

* imp: update config.yaml

* imp: optimized check_config method

* imp: move changelog to release

* imp: update README.md
2021-12-24 21:53:40 +08:00
O1Si
21f3dd37b4
Feat new account config (#19)
* [ADD] requirements 包依赖描述文件

* Add account config

* Integrated utils function

* Improve login logic

* Update README.md

Co-authored-by: judy <ljd69154@liangjundi.cn>
2021-09-07 05:52:48 +08:00