Skip to content
View 2749133981's full-sized avatar
  • srcrs/BilibiliTask

Block or report 2749133981

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
2749133981/README.md

原神签到

自动获取原神每日福利

教程

1. 获取 Cookie

浏览器打开 https://bbs.mihoyo.com/ys/ 并登录账号

1.1 方法一

F12,打开开发者工具,找到Network并点击

F5刷新页面,按下图复制Cookie

当触发Debugger时,可尝试按Ctrl + F8关闭,然后再次刷新页面,最后复制Cookie

1.2 方法二

复制以下代码

var cookie = document.cookie;
var ask = confirm("Cookie:" + cookie + "\n\n是否复制内容到剪切板?");
if (ask == true) {
    copy(cookie);
    msg = cookie;
} else {
    msg = "Cancel";
}

F12,打开开发者工具,找到Console并点击

命令行粘贴代码并运行,获得类似Cookie:xxxxxx的输出信息

xxxxxx部分即为所需复制的Cookie,点击确定复制

2.使用项目

Fork项目,点击Settings ->Secrets -> new repository secret

Name填入COOKIE

value粘贴我们复制的值

3.Server酱微信通知

点击扫码关注登录server酱,点击SendKey,复制

再如上图

NameSENDKEY

Value为粘贴的值

注:Name中填写的SENDKEY及COOKIE必须为大写、必须为大写、必须为大写

然后回到项目,点击Actions

最后点击Run workflow就完成了

开发

这个项目的开发离不开两位大佬的开源项目支持

https://github.com/sirodeneko/genshin-sign/blob/HEAD/README.md#L62-L92(Python)

https://github.com/PonKing66/genshi-helper(Java)

在这再次膜拜两位大佬,下面协议都是出自sirodeneko大佬的复制啊哈哈哈哈

协议

使用 genshin-sign-helper即表明,您知情并同意:

  • 此代码通过模拟浏览器使用 Cookies 登录米游社网页,点击页面完成签到来实现签到。功能通过官方公开的 API 实现,并非游戏外挂

  • 用户之 Cookie 被储存于 Github 服务器,只供本项目使用。若 Github 服务器被攻破,则您的 Cookie 有遭到泄露的风险。除此之外,开发者无权获取您的 Cookie;即使是用户,一旦创建完成Secrets,也无法再次从中查看 Cookie

Popular repositories Loading

  1. OpenWrt-buid OpenWrt-buid Public

    Shell 1 1

  2. github-slideshow github-slideshow Public template

    A robot powered training repository 🤖

    Ruby

  3. 2749133981 2749133981 Public

    做测试 原神签到

    JavaScript

  4. gpt4free gpt4free Public

    Forked from gptforfree/gpt4free

    gpt4free repostitory uncensored.

    Python

  5. gpt4free-1 gpt4free-1 Public

    Forked from xtekky/gpt4free

    decentralising the Ai Industry, just some language model api"s...

    Python

  6. RMS RMS Public

    Forked from Jafeney/RMS

    H5版餐饮管理系统

    HTML

Contribution activity

January 2025

2749133981 has no activity yet for this period.
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.