Skip to content

CLI for downloading sub-directory of any Github repository!

License

Notifications You must be signed in to change notification settings

cckim0805/Github-Sectory

 
 

Repository files navigation

Github Sectory

Build Status PyPI Issues MIT LICENSE Say Thanks!

CLI for downloading sub-directory of any Github repository using Github Content API!

Demo

Demo GitHub Sectory

Install

$ pip install github-sectory

Usage

Commands available

$ 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


Issues

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.


License

Built with ♥ by Amar Prakash Pandey(@amarlearning) under MIT License

You can find a copy of the License at http://amarlearning.mit-license.org/

About

CLI for downloading sub-directory of any Github repository!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%