https://github.com/augustohp/gh-stars
Lists starred repositories by authenticated user from the past week
https://github.com/augustohp/gh-stars
github-actions github-api
Last synced: about 1 year ago
JSON representation
Lists starred repositories by authenticated user from the past week
- Host: GitHub
- URL: https://github.com/augustohp/gh-stars
- Owner: augustohp
- License: mit
- Created: 2018-12-03T04:11:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T03:56:31.000Z (almost 6 years ago)
- Last Synced: 2025-04-29T11:56:38.854Z (about 1 year ago)
- Topics: github-actions, github-api
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GitHub Stars
Lists your most recent GitHub stars in a compiled list that can be sent in a
digest format.
$ gh-stars -t "YOUR GITHUB TOKEN"
jez/pandoc-starter: 📄My pandoc markdown templates and makefiles
CDSoft/pp: PP - Generic preprocessor (with pandoc in mind) - macros, literate programming, diagrams, scripts...
haya14busa/reviewdog: 🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
Stars are listed in a "week" basis starting "Sunday".
$ gh-stars --help
Usage: gh-stars [options]
Options:
-h, --help Displays this help message
-i, --insecure Disables HTTPS certificate verification
-l, --limit int Limit the amount of starts retrieved
-t, --token string A GitHub Personal API Access Token
-v, --version Displays version information
https://github.com/augustohp/gh-stars
You can also set `GHSTARS_GITHUB_TOKEN` environment variable instead allowing
your GitHub token lurking in your history.
You can also run using [Docker][]:
$ docker run -e GHSTARS_GITHUB_TOKEN="YOUR GITHUB TOKEN" augustohp/gh-stars
[Docker]: https://docker.com
## Development
There are [make][] targets for:
* `build` compiles the project and puts it in your `$GOTAH/bin`
* `release` creates binaries for *Windows*, *Linux* and *MacOS* under `dist/`
There are no *automated tests* and the code lacks love.
[make]: https://www.gnu.org/software/make/