CLI for downloading sub-directory of any Github repository using Github Content API!
$ pip install github-sectory
$ github-sectory <link_to_repo_directory>
Example:
$ github-sectory https://github.com/amarlearning/PyStalker/tree/master/version01
OR
$ github-sectory <github_username> -r <repository name> -d <directory name> [arguments]
Needed:
-r, -d for repository and directory
Optional:
-b for branch [boolean]
Examples:
$ github-sectory GoogleChrome -r samples -d push-messaging-and-notifications
$ github-sectory GoogleChrome -r samples -d push-messaging-and-notifications -b gh-pages
Note: Default branch will be master
You can report the bugs at the issue tracker
OR
You can tweet me if you can't get it to work. In fact, you should tweet me anyway.
Built with ♥ by Amar Prakash Pandey(@amarlearning) under MIT License
You can find a copy of the License at http://amarlearning.mit-license.org/