Skip to content

xingluo233/qiandao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

介绍

一键完成某些网站或者软件的每日任务

使用

  1. 使用Git clone本项目
  2. 安装nodejs
  3. cd进项目文件夹 cd qiandao
  4. 安装依赖 npm install
  5. 打开目录中的config 文件夹复制config.toml.example并改名为config.toml,脚本的多用户功能靠读取不同的配置文件实现,你可以创建无数个自定义名字.toml,脚本会扫描config目录下toml为拓展名的文件,并按照名称顺序依次执行。
  6. 请使用 vscode/notepad++等文本编辑器打开上一步复制好的配置文件
  7. 根据教程进行配置
  8. 运行脚本 npm start

高级用法

本项目支持通过命令行参数来控制运行
-c 指定配置文件,多个配置以空格隔开,当不指定时,默认运行所有的配置文件
-t 指定脚本,多个脚本以空格隔开,当不指定时,默认执行配置文件里所填写的任务列表

示例

npm start -- -t mt  #根据所有的配置文件依次执行mt脚本
npm start -- -c conifg  #根据config.toml执行脚本
npm start -- -c conifg -t mt  #根据config.toml执行mt脚本

关于使用 Github Action 运行

本项目不推荐使用Github Action来每日自动执行!
不会处理使用Github Action执行有关的 issues!

支持列表

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published