Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.61 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.61 KB

Starred

ci Upload Python Package

Install

$ pip install starred
$ starred --username maguowei --token=xxxxxxxx --sort > README.md

Usage

$ starred --help

Usage: starred [OPTIONS]

  GitHub starred

  creating your own Awesome List used GitHub stars!

  example:     starred --username maguowei --token=xxxxxxxx --sort > README.md

Options:
  --username TEXT    GitHub username  [required]
  --token TEXT       GitHub token  [required]
  --sort             sort by language
  --repository TEXT  repository name
  --message TEXT     commit message
  --private          include private repos
  --version          Show the version and exit.
  --help             Show this message and exit.

Demo

# automatically create the repository
$ export GITHUB_TOKEN=yourtoken
$ starred --username yourname --repository awesome-stars --sort

FAQ

  1. Generate new token

    link: Github Personal access tokens

  2. Install the master branch version

    $ pip install -e git+https://github.com/maguowei/starred#egg=starred