Overview

Import and merge any Github account’s stars.

Version: v0.2.2.

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package
PyPI Package latest release PyPI Wheel Supported versions Supported implementations
  • Free software: BSD 2-Clause License

Installation

pip install github-star-import

Usage

github-star-import github_username github_access_token import_account_username

github-star-import ekp 85ab5c9c26a6b1592d0d97f9b61afc34b6230521 github

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox