glance
glance copied to clipboard
[Feature Request] [Enhancement] Add Github Trending Pages
I really appreciate the idea of having such a dashboard combining several services across different providers.
Please add
https://github.com/trending
To the list. This is how I found your repo.
Thank you for the effort. Kind regards!
Maybe Rss Feeds work https://mshibanami.github.io/GitHubTrendingRSS/
Cool thx. Sorry for not providing a rss feed.
Here is the configure I used:
- type: rss
limit: 500
title: Github Daily Trending
collapse-after: 3
cache: 3h
style: vertical-cards
feeds:
- url: https://mshibanami.github.io/GitHubTrendingRSS/daily/all.xml
title: Github Daily Trending All
- type: rss
limit: 500
title: Github Weekly Trending
collapse-after: 3
cache: 3h
style: vertical-cards
feeds:
- url: https://mshibanami.github.io/GitHubTrendingRSS/weekly/all.xml
title: Github Weekly Trending All
- type: rss
limit: 500
title: Github Monthly Trending
collapse-after: 3
cache: 3h
style: vertical-cards
feeds:
- url: https://mshibanami.github.io/GitHubTrendingRSS/monthly/all.xml
title: Github Monthly Trending All