glance icon indicating copy to clipboard operation
glance copied to clipboard

[Feature Request] [Enhancement] Add Github Trending Pages

Open robertgro opened this issue 1 year ago • 4 comments

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!

robertgro avatar May 16 '24 08:05 robertgro

Maybe Rss Feeds work https://mshibanami.github.io/GitHubTrendingRSS/

yefoenix avatar May 17 '24 01:05 yefoenix

Cool thx. Sorry for not providing a rss feed.

robertgro avatar May 17 '24 05:05 robertgro

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

aruiplex avatar May 18 '24 02:05 aruiplex