Giter Site home page Giter Site logo

fqsign's Introduction

fqsign

自用的签到脚本

qq推送 请到 https://wx.scjtqs.com/qq/user 里面获取

添加github的 actions 方法使用

1.先把本项目fork到你自己的账号下去

本项目地址:https://github.com/scjtqs/fqsign

2.将参数填到Secrets

Secrets中的NameValue格式如下:

Name Value
USERS_COVER config.json中内容

config.json中内容复制下来,按照要求填写添加到Secrets中,如若选填内容不想配置,留下空数组即可。应填写如下内容:

{
  "users": {
      "cdpc": [
    {
      "email": "你的账号",
      "passwd": "你的密码"
    },
    {
      "email": "你的账号2",
      "passwd":"你的密码2",
      // 如果配置了qq和token,优先使用用户配置,如用户未配置,使用全局qqpush
      "qq": "1234567",   
      "token": "abcdefg"
    }
  ],
  "linus": [],
  "pucloud": [],
  "vpork": []
  },
  "qqpush": {
    "qq": "1234567",
    "token": "abcdefg"
  }
}

填写之前完后,建议本地保存一份,方便下次填写。

注意json格式,最后一个要删掉逗号。建议在填写之前,使用json校验工具进行校验。

注意:不要将个人信息填写到仓库config.json文件中(不要动这个文件就没事),以免泄露。

3.开启Actions

默认Actions处于禁止状态,在Actions选项中开启Actions功能,把那个绿色的长按钮点一下。如果看到左侧工作流上有黄色!号,还需继续开启。

4.进行一次push操作

push操作会触发工作流运行。

删除掉.gitignore中的config.json.test即可。完成后,每天早上6:30将自动完成每日任务。

同步上游代码

将参数填到Secrets

注意!为了确保 Push 权限足够,需要 Github Personal access tokens

token获取方式如下:

  1. 生成新的token,点击这个链接。
  2. token设置名字,然后把workflow勾选上,点击最下方Generate token即可生成token

Secrets中的NameValue格式如下:

Name Value
TOKEN Github Personal access tokens

在最新的代码中,已经加上自动同步上游代码的Action,将会定时在每周五16点执行,文件地址在.github/workflows/auto_merge.yml

同时您也可以安装pull应用,也可实现自动同步上游代码。

安利一下clash

可以将酸酸乳、v2ray 等订阅转换成clash订阅

我提供一个自用(写)的转换工具,做了个建议的qq登录授权。

得到一个新的url地址当做订阅地址就行了

申明

本项目仅用于学习。

fqsign's People

Contributors

hclasmn avatar scjtqs2 avatar sidny avatar

Watchers

 avatar

Forkers

sidny

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.