Downloading Files - 487959867345/pygit-ext GitHub Wiki
In this module we introduce a simple way of downloading files from GitHub.
simply use gitext.download_file(<your-token>, <local-file-name>, <specific-file-name(do not include extension)>, <target-repo-for-download>)
Local file name means the name of the file you want on download
The target repo is automatically set to None, meaning that it will search all your repos for a file with that name (but you can specify a certain repo).
Repos must be specified such as username/repo.