[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增添两条通知渠道【PushDeer,wxPusher】 #366

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Fansirsqi
Copy link

维护者,您好
感谢您维护这个伟大项目

增添两条通知渠道

在源代码基础上添加两条通知渠道;

新增测试通知的模块

支持运行,检测通知渠道是否配置正确
python main.py --include TESTNOTICE
应该不会影响正常签到
其他地方未做逻辑性修改

新增功能不会影响到原有代码的正常运行,
其他地方未做更改。希望这些功能对项目有帮助。
非常感谢您为开源社区做出的贡献!

datetime.utcnow() -> datetime.now()
⚠️不确定以前版本是否支持
`python main.py --include TESTNOTICE`
⚠️注意:需要在config.json文件中添加如下字段
```
"YOUDAO": [
        {
            "cookie": "JSESSIONID=xxxxxx; __yadk_uid=xxxxxx; OUTFOX_SEARCH_USER_ID_NCOO=xxxxxx; YNOTE_SESS=xxxxxx; YNOTE_PERS=xxxxxx; YNOTE_LOGIN=xxxxxx; YNOTE_CSTK=xxxxxx; _ga=xxxxxx; _gid=xxxxxx; _gat=xxxxxx; PUBLIC_SHARE_18a9dde3de846b6a69e24431764270c4=xxxxxx;"
        },
        {
            "cookie": "多账号 cookie 填写,请参考上面,cookie 以实际获取为准(遇到特殊字符如双引号\" 请加反斜杠转义)"
        }
    ]
    //以下是新增内容
    ,
    "TESTNOTICE": [
        {
            "test1": "test1"
        }
    ]
```
@Fansirsqi Fansirsqi changed the title 您好开发者 增添两条通知渠道【PushDeer,wxPusher】 May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant