XiaoMiku01 / bili-live-heart

[已失效 新版 XiaoMiku01/fansMedalHelper]每日获取B站直播间每日小心心及直播间自动打卡脚本
GNU General Public License v3.0
242 stars 56 forks source link

添加了在github action运行的支持 #37

Closed talking-toaster closed 2 years ago

talking-toaster commented 2 years ago
更新文件 说明
.github/workflows/action.yml github action 定时运行文件
.gitignore
action_main.py action运行入口文件

action运行需要创建一个Secrects作为配置信息 “CONFIG”:

{
    "users": [
        {
            "cookie": "xxxxxxxx",
            "ruid": 672346917
        },
        {
            "cookie": "xxxxxxxx",
            "ruid": 672346917
        }
    ],
    "sendkey": "xxxxxx"
}
XiaoMiku01 commented 2 years ago

我怕封仓库的。。。不然早加了