Skip to main content

Github Commits Downloader App

Project description

GitHubCommitsDownloader


If you want explore any package's development tree you can use this package.

Installation

pip install GitHubCommitsDownloader

Usage

# How To Use Programatically
from GitHubCommitsDownloader import GitHubCommitsDownloader as GHCD

"""
	input: {
		user: required: User's Github Name
		repo: required: User's GitHub Reposetory
		branch: not required: default: all, input: comma-separated branches list
		root: not required: default current directory
	}
"""
GHCD({
	"user": "MDReal32",
	"repo": "GitHubCommitsDownloader"
}).parse()
# CLI Usage Guide
# input {
# 	-u/--user: required: User's Github Name
# 	-r/--repo: required: User's GitHub Reposetory
# 	-b/--branch: not required: default: all, input: comma-separated branches list
# 	-w/--workingdir: not required: default current directory
# }
GitHubCommitsDownloader -u MDReal32 -r GitHubCommitsDownloader

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GitHubCommitsDownloader-1.0.tar.gz (7.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page