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