https://github.com/jib1337/ghstars
Access starred Github repos quickly and easily
https://github.com/jib1337/ghstars
github github-api github-stars
Last synced: 3 months ago
JSON representation
Access starred Github repos quickly and easily
- Host: GitHub
- URL: https://github.com/jib1337/ghstars
- Owner: jib1337
- Created: 2020-09-20T14:59:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T14:19:58.000Z (over 5 years ago)
- Last Synced: 2024-11-25T14:47:26.279Z (over 1 year ago)
- Topics: github, github-api, github-stars
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Stars
## Description
Just a python script that allows easy access to starred github repositories. If you find yourself frequently accessing your starred repositories (like me) you may find this handy.
## Usage
EZ Config: Change the name of the user to pull stars from by modifying the "user" variable on line 4.
```
==================================================
ghstars
==================================================
Tool to interact with starred github repos
Usage:
ghstars -h - Show help and exit
ghstars - Show numbered list of stars
ghstars - Clone repo by number
ghstars -r - Download latest release
ghstars - Search starred repos
```