Ljzd-PRO / nonebot-plugin-mystool

QQ聊天、频道机器人插件 | 米游社工具-每日米游币任务、游戏签到、商品兑换、免抓包登录、原神崩铁便笺提醒
https://pypi.org/project/nonebot-plugin-mystool
MIT License
411 stars 49 forks source link

绝区零的签到类 #332

Closed Yinhaoran1128 closed 2 months ago

Yinhaoran1128 commented 3 months ago

    class ZenlessZoneZeroSign(BaseGameSign):
    """
    绝区零 游戏签到
    """
    name = "绝区零"
    act_id = "e202406242138391"
    game_id = 8
    url_reward = "https://act-nap-api.mihoyo.com/event/luna/zzz/home"
    url_info = "https://act-nap-api.mihoyo.com/event/luna/zzz/info"
    url_sign = "https://act-nap-api.mihoyo.com/event/luna/zzz/sign"
    headers_general = BaseGameSign.headers_general.copy()
    headers_reward = BaseGameSign.headers_reward.copy()
    for headers in headers_general, headers_reward:
        headers["x-rpc-signgame"] = "zzz"
        headers["Origin"] = "https://act.mihoyo.com"
        headers["Referer"] = "https://act.mihoyo.com/"
        headers["Host"] = "act-nap-api.mihoyo.com"
老米又改api了
Yinhaoran1128 commented 3 months ago

微博绝区零的fid=100808f303ad099b7730ad1f96ff49726d3ff3 (用于weibo.py的WeiboCode.container_id

Ljzd-PRO commented 2 months ago

可以创建个pr,到时候合并。 https://github.com/Ljzd-PRO/nonebot-plugin-mystool/pulls

dontdot commented 2 months ago

weibo相关的我提交吧,正好对超话推送和签到的进行了调整

Yinhaoran1128 commented 2 months ago

可以创建个pr,到时候合并。 https://github.com/Ljzd-PRO/nonebot-plugin-mystool/pulls

336 提交了