githubLabels:使用json文件和Python设置或获取GitHub标签

时间:2024-03-24 19:49:19
【文件属性】:

文件名称:githubLabels:使用json文件和Python设置或获取GitHub标签

文件大小:4KB

文件格式:ZIP

更新时间:2024-03-24 19:49:19

Python

概括 这是一个简单的python文件,用于管理github存储库的标签。 标签既可以从存储库保存到json文件,也可以从json文件加载到存储库。 使用 将标签从公共存储库https://github.com/octocat/Hello-World到名为hello-world-labels.json的文件,调用 python github_labels.py -f hello-world-labels.json -u octocat -r Hellow-World 如果存储库是私有的,则可以将-t 381someSampleTokenHere3241或-p octaCatPassword添加到命令中以进行身份​​验证。 在json文件可用之后,可以通过调用第二个命令来设置存储库的标签 python github_labels.py -f github-labels.json -u Ma


【文件预览】:
githubLabels-master
----requirements.txt(8B)
----README.md(1KB)
----github-labels.json(2KB)
----github_labels.py(2KB)
----.gitignore(2KB)

网友评论