Skip to content

CLI for downloading sub-directory of any GitHub repository

License

Notifications You must be signed in to change notification settings

fstavela/github-sectory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Sectory

Build Status Downloads MIT LICENSE

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

Pass the directory link as an argument-
	$ github-sectory <link_to_repo_directory>

Example:
	$ github-sectory https://github.com/amarlearning/PyStalker/tree/master/version01

OR

Pass the details as an arguments specified below-
	$ github-sectory -u <username> -r <repository-name> -d <directory-name> -b <branch-name>

Options:
	-r, name of the repository where the folder/directory is present.
	-d, name of the directory that you wish to download.
	-u, username/organisation name of owner of repository.

	-b, branch name of the repository, default is master [OPTIONAL].

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%