Skip to content

abhijithvijayan/stargazed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

003e973 Β· Jun 16, 2022
Jun 15, 2022
Apr 15, 2020
Apr 26, 2020
Apr 17, 2020
Jun 16, 2022
Oct 12, 2019
Aug 25, 2019
Apr 15, 2020
Jul 10, 2020
Aug 25, 2019
Jan 30, 2020
Oct 18, 2019
Aug 25, 2019
Jul 10, 2020
Oct 6, 2019
Jul 10, 2020
Jul 10, 2020
Jul 10, 2020
Jul 10, 2020

Repository files navigation

stargazed

Creating your own Awesome List of GitHub Stars!

https://github.com/abhijithvijayan/awesome-stars

πŸ™‹β€β™‚οΈ Made by @abhijithvijayan

Donate: PayPal, Patreon

Buy Me a Coffee


❀️ it? ⭐️ it on GitHub or Tweet about it.

Table of Contents

Installation

Ensure you have Node.js 10 or later installed. Then run the following:

npx stargazed [options]

Usage

$ stargazed --help

  Creating your own Awesome List of GitHub Stars!

  Options
    -u, --username TEXT    GitHub username
    -t, --token TEXT       GitHub token
    -s, --sort             sort by language
    -r, --repository TEXT  repository name
    -m, --message TEXT     commit message
    -w, --workflow         Setup GitHub Actions for Daily AutoUpdate
    -v, --version          Show the version and exit with code 0

  Examples
    $ stargazed --username abhijithvijayan --token "GITHUB-TOKEN" --repository "awesome-stars"  --sort --workflow
    $ stargazed -u "abhijithvijayan" -r "awesome-stars" -t "GITHUB-TOKEN" -m "COMMIT_MESSAGE" -s

Demo

FAQs

Generate new token

Goto Personal access tokens

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.

How can I automate the process after initial run

Use -w, --workflow flag to set up GitHub workflow that updates the repo at 00:30 everyday
stargazed -u "abhijithvijayan" -r "awesome-stars" -t "GITHUB-TOKEN" -s -w

Issues

Looking to contribute? Look for the Good First Issue label.

See contribution guidelines

πŸ› Bugs

Please file an issue here for bugs, missing documentation, or unexpected behavior.

See Bugs

Linting Config

License

MIT Β© Abhijith Vijayan