Giter VIP home page Giter VIP logo

qqreader's Introduction

BlueskyClouds’s github stats

My-Actions

个人收集并适配Github Actions的各类签到大杂烩

Version Author

本项目已可以实现自动同步上游更改!具体点击

使用方式

  1. 右上角fork本仓库
  2. 点击Settings -> Secrets -> 点击绿色按钮 (如无绿色按钮说明已激活。直接到第三步。)
  3. 新增 new secret 并设置 Secrets:
  4. 双击右上角自己仓库Star触发,如有不使用项目请禁用部分项目
  5. 必须 - 请随便找个文件(例如README.md),加个空格提交一下,否则可能会出现无法定时执行的问题(由于规则更新,可能会Fork后会默认禁用,请手动点击Actions 选择要签到的项目 enable workflows激活)
  6. 定时执行

定时执行

  1. 支持手动执行,具体在Actions中选中要执行的Workflows后再在右侧可以看到Run workflow,点击即可运行此workflow。

  2. 如果嫌上一步麻烦的,也可以直接点击一下star,你会发现所有的workflow都已执行。

  3. 如需修改执行时间自行修改.github\workflows\下面的yaml内的 cron: 执行时间为国际标准时间 时间转换 分钟在前 小时在后 尽量提前半小时,因为触发和下载需要一定时间

本项目需要设置的 Secrets:

名称 内容 说明
IQIYI_COOKIE 爱奇艺authcookie 爱奇艺cookie中 P00001的值 详情文字教程 视频教程 电脑版有效期三个月
BILI_USER 哔哩哔哩账号 B站账号(由于是账号密码登录,Cookie不会过期,不提供消息失效提醒,并只有Server酱提醒,因为懒.)
BILI_PASS 哔哩哔哩密码 B站密码
V_REF_URL 腾讯视频Request URL 电脑端搜索auth_refresh复制整段Request url图片教程
V_COOKIE 腾讯视频Cookie 电脑端搜索auth_refresh复制Cookie图片教程
TELECOM_MOBILE **电信手机号 只需要手机号 单账号 多账号将会暴露手机号 自行考虑,多账号使用,分割 部分地区或手机号暂无法签到,自行测试使用
PUSH_KEY Server酱SCKEY值 cookie失效推送server酱的微信通知
BARK_PUSH Bark推送值 此内容支持自建Bark添加整个链接即可(自建链接切记删除最后一个/ 比如你的是https://a.a.com/ 只需要填写https://a.a.com 即可)
BARK_SOUND BARK app推送铃声 BARK app推送铃声,铃声列表去APP查看复制填写
TG_BOT_TOKEN telegram推送 tg推送,填写自己申请@BotFather的Token,如10xxx4:AAFcqxxxxgER5uw , 具体教程
TG_USER_ID telegram推送 tg推送,填写@getuseridbot中获取到的纯数字ID, 具体教程
SEND_KEY 推送开关 如果你想只在COOKIE失效时发送推送信息,就加一个这个,参数值随便写就行

同步Fork后的代码

手动同步

手动同步 https://blog.blueskyclouds.com/jsfx/58.html

自动同步

方案A - 强制远程分支覆盖自己的分支
  1. 参考这里,安装pull插件,并确认此项目已在pull插件的作用下(参考文中1-d)。
  2. 确保.github/pull.yml文件正常存在,yml内上游作者填写正确(此项目已填好,无需更改)。
  3. 确保pull.yml里面是mergeMethod: hardreset(默认就是hardreset)。
  4. ENJOY!上游更改三小时左右就会自动发起同步。
方案B - 保留自己分支的修改

上游变动后pull插件会自动发起pr,但如果有冲突需要自行手动确认。 如果上游更新涉及workflow里的文件内容改动,需要自行手动确认。

  1. 参考这里,安装pull插件,并确认此项目已在pull插件的作用下(参考文中1-d)。
  2. 确保.github/pull.yml文件正常存在,yml内上游作者填写正确(此项目已填好,无需更改)。
  3. 将pull.yml里面的mergeMethod: hardreset修改为mergeMethod: merge保存。
  4. ENJOY!上游更改三小时左右就会自动发起同步。

访问量

qqreader's People

Contributors

yysy avatar

Forkers

tl566

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.