Skip to content

ductnn/starred

 
 

Repository files navigation

Starred

ci Upload Python Package

Install

$ pip install starred
$ starred --username ductnn --sort > README.md

Usage

$ starred --help

Usage: starred [OPTIONS]

  GitHub starred creating your own Awesome List used GitHub stars! example:
  starred --username ductnn --sort > README.md

Options:
  --username TEXT    GitHub username
  --token TEXT       GitHub token
  --sort             sort by language
  --repository TEXT  repository name
  --message TEXT     commit message
  --format TEXT      output repository format
  --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. Why do I need a token?

    • For unauthenticated requests, the rate limit is 60 requests per hour. see Github Api Rate Limiting
    • The token must be passed together when you want to automatically create the repository.
  3. Install the master branch version

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

Packages

No packages published

Languages

  • Python 100.0%