How to read this json file directly from github in Python with urllib3?

前端 未结 0 1093
孤城傲影
孤城傲影 2021-01-12 16:29

I\'m trying to import a particular json file from github with

import urllib3
import json
http = urllib3.PoolManager()
url = \'https://raw.githubusercontent.co         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题