https://github.com/SyedAbuTalib/Github-Stars
Saves time by listing all starred repos in one page
https://github.com/SyedAbuTalib/Github-Stars
github github-stars ruby sinatra starred-repositories stars
Last synced: 25 days ago
JSON representation
Saves time by listing all starred repos in one page
- Host: GitHub
- URL: https://github.com/SyedAbuTalib/Github-Stars
- Owner: SyedAbuTalib
- Created: 2020-02-14T21:18:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T19:25:07.000Z (3 months ago)
- Last Synced: 2025-04-02T13:40:01.055Z (about 1 month ago)
- Topics: github, github-stars, ruby, sinatra, starred-repositories, stars
- Language: HTML
- Homepage: https://gh-stars-c3ea6ab59f5b.herokuapp.com/
- Size: 112 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Stars
## Demo
Check it out [here](https://github-stars-in-ruby.herokuapp.com/)

## Reason
Github only shows 30 repositories per page on a user's profile. Personally, I have 350+ starred repositories, so having to click "Next" for every page is ridiculous.
## Time Saved
This really depends on how many stars a user has on their page. For my account [@syedabutalib](https://github.com/SyedAbutalib), it takes 53 seconds to get to the last page of my starred repositories. Using this app, it only took 11 seconds, which is only 20% of the original time.
## Installation
`gem install bundler`
`bundle install`
`ruby app.rb`
go to `http://localhost:4567/`