Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
/ win2Lee Public archive

An action for hax extend base on selenium+python.

Notifications You must be signed in to change notification settings

win2happy/win2Lee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HaxExtend with Github Action

计划

更新

  • 0328 增加了一丢丢 delay
  • 0326 基本框架完成
  • 0324 Selenium 学习

Secret 增加以下变量

  • USERNAME
  • PASSWORD
  • BARKKEY (可选)

触发方式

默认手动+cron,每三天早上 8/9/10 点执行

/.github/workflows/main.yml
on:
  #push:
  schedule:
    # run every 3 days on UTC 0/1/2am (8/9/10am CN time)
     - cron: '0 0,1,2 */3 * *'
  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

随缘 Extend,Possibly blocked by google

参考

About

An action for hax extend base on selenium+python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages