脚本使用教程
基本使用
Github Actions
- 进入
Settings
->Personal access tokens
设置。 - 点击
Generate new token
。 - 输入密码并点击
Confirm passwrod
。 - 至少勾选
repo
、workflow
、gist
项。 - 点击
Generate token
并复制Token
。 Fork
本仓库。- 进入你
Fork
的仓库。 - 进入仓库
Settings
页面。 - 找到并进入
Security
->Secrets
->Actions
分页。 - 点击
New repository secret
。 Name
为ACCESS TOKEN
,Value
为刚刚复制的Token
。- 点击
Add secret
。 - 进入
Actions
页面。 - 选择任意一个
workflow
。 - 右侧点击
Run workflow
。 - 等待脚本执行完成。
本地执行
下载发布的版本后执行
前往
Release
页面。下载
Profile for Clash Auto Getter.zip
。解压
Profile for Clash Auto Getter.zip
。根据系统双击
run
脚本运行。undefinedLinux or macOS:运行
run.sh
。undefinedWindows:运行
run.ps1
。提示
建议在终端中使用
./run.ps1
运行脚本以查看脚本运行日志。注意
当终端中提示
The file is not digitally signed.
时,可先运行以下命令修改脚本运行策略。psSet-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass -Force
1
克隆本项目后执行
克隆本项目。
shgit clone https://github.com/LetsShareAll/Profiles_for_Clash.git
1进入
auto_getter
目录。shcd ./Profiles_for_Clash/auto-getter
1安装 Python 依赖包。
shpip install -r requirements.txt
1运行脚本
shpython ./main.py
1等待脚本运行完成。
高级使用
即在运行脚本前根据脚本设置设置项目后运行本项目。
配置使用教程
配置文件。