Skip to content

xiaopeng163/starred

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starred

Build Status Requirements Status

Install

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

Usage

$ starred --help

Usage: starred [OPTIONS]

  GitHub starred

  creating your own Awesome List used GitHub stars!

  example:     starred --username maguowei --sort > README.md

Options:
  --username TEXT    GitHub username
  --token TEXT       GitHub token
  --sort             sort by language
  --repository TEXT  repository name
  --version          Show the version and exit.
  --help             Show this message and exit.

Demo

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

FAQ

  1. Generate new token

    goto Personal access tokens

  2. Why do I need a token?

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

About

creating your own Awesome List used GitHub stars!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%