https://github.com/rwlist/quick-stars
A quick project for filtering github stars
https://github.com/rwlist/quick-stars
Last synced: 3 months ago
JSON representation
A quick project for filtering github stars
- Host: GitHub
- URL: https://github.com/rwlist/quick-stars
- Owner: rwlist
- License: mit
- Created: 2019-08-24T21:43:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T23:09:40.000Z (almost 5 years ago)
- Last Synced: 2023-03-10T15:07:17.423Z (over 2 years ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quick-stars
A quick project for filtering github stars
## Installation
```bash
go get -u github.com/rwlist/quick-stars
```## Usage
```text
quick-stars [-username] [-filter] [-regex] [-token]-filter string
filter by substring inclusion (ignoring case) in combined star description (default "github")
-regex string
filter by regular expression substring
-token string
github oauth token
-username string
your github username (default "petuhovskiy")
```## Example
Running `quick-stars -filter=telegram` may produce the next result:
```text
Some info about fetching stars...
//-----------------------
Name: node-telegram-bot-api
Starred at: 2017-11-27 14:32:10 +0000 UTC
Description: Telegram Bot API for NodeJS
Language: JavaScript
Stars: 3636
URL: https://api.github.com/repos/yagop/node-telegram-bot-api
//-----------------------
Name: tdesktop
Starred at: 2017-08-17 08:44:59 +0000 UTC
Description: Telegram Desktop messaging app
Language: C++
Stars: 10143
URL: https://api.github.com/repos/telegramdesktop/tdesktop
//-----------------------
Found 2 entries
```