上传者: 38636461
|
上传时间: 2021-11-04 21:59:03
|
文件大小: 31KB
|
文件类型: -
Some test repo"})c = pycurl.Curl()c.setopt(pycurl.URL, github_url)c.setopt(pycurl.USERPWD, user_pwd)c.setopt(pycurl.POST, 1)c.setopt(pycurl.POSTFIELDS, data)c.perform()4. requestsimport requests, jsongithub_url = "data = json.dumps({'name':'test',