Skip to content

duwanqiebi/starred

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starred

Travis CI 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
  --message TEXT     commit message
  --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

    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.
  3. Install the master branch version

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

About

creating your own Awesome List used GitHub stars!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%