进入 Download.py
修改 get_latest_release_files
函数后的参数运行即可
owner:用户名/组织名
repo:仓库名
keyword:下载关键词,支持多关键词匹配如 ["Download"]
get_latest_release_files("SIPC", "Releases-Auto-Download", ["Download"])
Go to Download.py
and modify the parameters after the get_latest_release_files
function to run it
owner: username/organization name
repo: name of the repository
keyword: download keyword, supports multiple keywords such as ["Download"]
get_latest_release_files("SIPC", "Releases-Auto-Download", ["Download"])