Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhijithvijayan/stargazed
📋 Creating your own Awesome List of GitHub stars!
https://github.com/abhijithvijayan/stargazed
app cli cli-app github-stars javascript nodejs
Last synced: 4 days ago
JSON representation
📋 Creating your own Awesome List of GitHub stars!
- Host: GitHub
- URL: https://github.com/abhijithvijayan/stargazed
- Owner: abhijithvijayan
- License: mit
- Created: 2019-08-25T06:05:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T05:54:28.000Z (over 2 years ago)
- Last Synced: 2024-11-21T15:43:37.905Z (21 days ago)
- Topics: app, cli, cli-app, github-stars, javascript, nodejs
- Language: JavaScript
- Homepage: https://github.com/abhijithvijayan/awesome-stars
- Size: 274 KB
- Stars: 470
- Watchers: 8
- Forks: 30
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: license
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome-list - stargazed
- Awesome - StarGazed - Creating your own Awesome List of GitHub stars! (Awesome Entitled Projects)
- awesome-starred-test - abhijithvijayan/stargazed - 📋 Creating your own Awesome List of GitHub stars! (JavaScript)
- project-awesome - abhijithvijayan/stargazed - 📋 Creating your own Awesome List of GitHub stars! (JavaScript)
- awesome-repositories - abhijithvijayan/stargazed
- awesome-github-star - stargazed
- awesome-starred - abhijithvijayan/stargazed - 📋 Creating your own Awesome List of GitHub stars! (nodejs)
- awesome-list - stargazed
- awesome-hacking-lists - abhijithvijayan/stargazed - 📋 Creating your own Awesome List of GitHub stars! (JavaScript)
- jimsghstars - abhijithvijayan/stargazed - 📋 Creating your own Awesome List of GitHub stars! (JavaScript)
README
stargazed
Creating your own Awesome List of GitHub Stars!
https://github.com/abhijithvijayan/awesome-stars
🙋♂️ Made by @abhijithvijayan
❤️ it? ⭐️ it on [GitHub](https://github.com/abhijithvijayan/stargazed/stargazers) or [Tweet](https://twitter.com/intent/tweet?text=Check%20out%20stargazed%21%20by%20%40_abhijithv%0A%0ACreating%20your%20own%20Awesome%20List%20of%20GitHub%20Stars%21%0Ahttps%3A%2F%2Fgithub.com%2Fabhijithvijayan%2Fstargazed%0A%0A%23github%20%23stars%20%23list%20%23markdown%20%23node%20%23cli) about it.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [FAQs](#faqs)
- [Issues](#issues)
- [🐛 Bugs](#-bugs)
- [LICENSE](#license)## Installation
Ensure you have [Node.js](https://nodejs.org) 10 or later installed. Then run the following:
```
npx stargazed [options]
```## Usage
```
$ stargazed --helpCreating 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 0Examples
$ 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
- [abhijithvijayan/awesome-stars](https://github.com/abhijithvijayan/awesome-stars)
## FAQs
### Generate new token
Goto [Personal access tokens](https://github.com/settings/tokens)
### Why do I need a token
- For unauthenticated requests, the rate limit is 60 requests per
hour.
see [Rate Limiting](https://developer.github.com/v3/#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](https://github.com/abhijithvijayan/stargazed/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22)
label._[**See contribution guidelines**](CONTRIBUTING.md)
### 🐛 Bugs
Please file an issue [here](https://github.com/abhijithvijayan/stargazed/issues/new) for bugs, missing documentation, or unexpected behavior.
[**See Bugs**](https://github.com/abhijithvijayan/stargazed/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22type%3A+bug%22)
### Linting Config
- Shared Eslint & Prettier Configuration - [`@abhijithvijayan/eslint-config`](https://www.npmjs.com/package/@abhijithvijayan/eslint-config)
## License
MIT © [Abhijith Vijayan](https://abhijithvijayan.in)