github联通流量多账号使用补充
只要是让你充钱的100%都是骗子,切记不要充1分钱!
老哥发了脚本怎么样 可能老哥只有两个账号,可以完美运行,但是有三个甚至更多帐号的,不能完美运行,需要自己写main*.yml文件 *号为序列号
在这个文件夹里创建。
这几个文件是我创建的
点这个按钮创建
以下是代码
name: 联通签到用户2
on:
push: # push触发
branches: [ main ]
workflow_dispatch: # 手动触发
schedule: # 计划任务触发
- cron: '*/30 22,23 * * *' # cron表达式,Actions时区是UTC时间,所以要往前推8个小时(4-23)
jobs:
daily-task:
if: github.event.repository.owner.id == github.event.sender.id
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12]
node-registry: ['https://registry.npmjs.org']
steps:
# 检出
- name: Checkout
uses: actions/checkout@v2
# 设置服务器时区为东八区
- name: Set time zone
run: sudo timedatectl set-timezone 'Asia/Shanghai'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
registry-url: ${{ matrix.node-registry }}
- name: Get npm cache directory
id: npm-cache
run: |
echo "::set-output name=dir:(npm config get cache)"
- name: restore npm cache
uses: actions/cache@v2
id: use-npm-cache
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- name: restore npm dependencies
uses: actions/cache@v2
id: use-npm-depends
with:
path: |
node_modules
*/*/node_modules
key: ${{ runner.os }}-depends-${{ hashFiles('**/package-lock.json') }}
- name: restore task cache
uses: actions/cache@v2
id: use-task-cache
with:
path: |
/home/runner/.AutoSignMachine
key: ${{ runner.os }}-task-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
if: steps.use-npm-cache.outputs.cache-hit != 'true' || steps.use-npm-depends.outputs.cache-hit != 'true'
run: npm install
# 运行 unicom 签到任务
- name: Run unicom daily task
env:
user2: ${{secrets.unicom_user2}}
password2: ${{secrets.unicom_password2}}
appid: ${{secrets.unicom_appid}}
notify_sctkey: ${{secrets.NOTIFY_SCKEY}}
run: node index.js unicom --user=${user2} --password=${password2} --appid=${appid}
这是代码 自己查找替换 联通签到用户2 user2 password2 这三个字段 把数字按实际填写的替换
这个地方写main*.yml *号为对应的3 4 5 6 7 8 等等 按需填写。
这里保存,保存以后去Actions里手动运行一次自己写的代码
这是我的运行结果
上一篇:表哥们excel表中在一列中怎么提取*后面的数字另起一列
下一篇:沃支付繁忙