Skip to main content

No project description provided

Project description

# star-archiver

## What does it do?

Given a GitHub username, this script will look up the user’s starred respositories, clone each repository and (optionally) compress them into a single tarball ({username}_starred_repos_{timestamp}.tar.gz).

## (optional) Dependencies

zip

## Install

pip install stararchiver

## Usage

stararchiver <github-username>

## Compress repositories into a tarball

stararchiver <github-username> -c

## Specify the output directory

stararchiver <github-username> -o ~/starred_repos

## (optional) Specify a GitHub user token

There is an optional parameter -t/–token that can be used to specify a GitHub user API token. Doing this will allow you to perform more successive API calls, allowing for the archive of longer GitHub user star lists.

## Build a new pip package

./build.sh

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

stararchiver-0.0.3.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

stararchiver-0.0.3-py2.7.egg (4.6 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