$ pip install starred
$ starred --username maguowei --sort > README.md
$ 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.
# automatically create the repository
$ export GITHUB_TOKEN=yourtoken
$ starred --username yourname --repository awesome-stars --sort
maguowei/awesome-stars
- update awesome-stars every day by GitHub Action the example with GitHub Action
-
Generate new token
-
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.
-
Install the master branch version
$ pip install -e git https://github.com/maguowei/starred#egg=starred