1 Star 2 Fork 4

ARCTURUS/bilibili

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.py 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
ARCTURUS 提交于 2023-04-14 14:47 . feat: Update code
config = {
"multi": [
{
"cookie": "xxx",
"options": {
"watch": True, # 每日观看视频
"coins": 1, # 投币个数
"share": True, # 视频分享
"comics": True, # 漫画签到
"lb": True, # 直播签到
"threshold": 100, # 仅剩多少币时不再投币(不写默认100)
"toCoin": False, # 银瓜子兑换硬币
},
# "push": {
# "type": "pushplus",
# "key": "xxx",
# },
},
{
"cookie": "xxx",
"options": {
"watch": True, # 每日观看视频
"coins": 2, # 投币个数
"share": True, # 视频分享
"comics": True, # 漫画签到
"lb": True, # 直播签到
"toCoin": False, # 银瓜子兑换硬币
},
# "push": [
# # 以数组的形式填写, 则会向多个服务推送消息
# {
# "type": "pushplus",
# "key": "xxx",
# },
# {
# "type": "workWechat",
# "key": {
# "agentid": 1000002,
# "corpSecret": "xxx",
# "corpid": "xxx",
# },
# },
# ],
},
],
"push": {
# 合并发送消息, 只合并未单独配置 push 的账号
"type": "pushplus",
"key": "xxx",
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ICE99125/bilibili.git
git@gitee.com:ICE99125/bilibili.git
ICE99125
bilibili
bilibili
main

搜索帮助