Skip to content
Advertisement

Tag: readfile

Read content of file which is in GitHub using PyGitHub

Let’s say “sample.txt” file is in GitHub under the “Demo” repository [Demo/sample.txt]. How can I read the content of sample.txt using PyGitHub instead fetching from the API? Else, do we have some other package to read such file content? Answer You can use this code to see the content of the file: If you need to see more attributes like

Advertisement