I am trying to read a text file saved in github using requests package. Here is the python code I am using:
import requests url = \'https://github.co
You could first clone the repo, either via bash, or using a python library like GitPython. Then just open and read the file locally.