https://github.com/mshibanami/GitHubTrendingRSS
Unofficial RSS feed generator for GitHub Trending
https://github.com/mshibanami/GitHubTrendingRSS
rss rss-feed swift
Last synced: 3 months ago
JSON representation
Unofficial RSS feed generator for GitHub Trending
- Host: GitHub
- URL: https://github.com/mshibanami/GitHubTrendingRSS
- Owner: mshibanami
- License: mit
- Created: 2018-10-07T11:55:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T02:11:31.000Z (3 months ago)
- Last Synced: 2025-04-04T09:08:31.263Z (3 months ago)
- Topics: rss, rss-feed, swift
- Language: HTML
- Homepage: https://mshibanami.github.io/GitHubTrendingRSS/
- Size: 6.31 MB
- Stars: 238
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Trending RSS
[](https://github.com/mshibanami/GitHubTrendingRSS/actions/workflows/generate_feeds.yml)
[](https://github.com/mshibanami/GitHubTrendingRSS/actions/workflows/test.yml)This project generates RSS feeds for [GitHub Trending](https://github.com/trending) using GitHub Actions.
These actions run daily to create the feeds, which are then hosted on GitHub Pages. You can check their status [here](https://github.com/mshibanami/GitHubTrendingRSS/actions?query=workflow%3A%22Fetch+and+Generate+RSS+Feeds%22).
Feeds for some popular programming languages, such as Python and JavaScript, have more details than others. If your favorite language is not included in [this list](https://github.com/mshibanami/GitHubTrendingRSS/blob/master/Sources/GitHubTrendingRSSKit/Const.swift#L39), you can contribute by sending a pull request to add it. Alternatively, you can fork this repository and host your own feeds using GitHub Actions.
## Acknowledgements
- [stencilproject / Stencil](https://github.com/stencilproject/Stencil)
- [kylef / PathKit](https://github.com/kylef/PathKit)
- [scinfu / SwiftSoup](https://github.com/scinfu/SwiftSoup)
- [hebertialmeida / MarkdownSyntax](https://github.com/hebertialmeida/MarkdownSyntax)
- [hartbit / Yaap](https://github.com/hartbit/Yaap)
- [jgthms / bulma](https://github.com/jgthms/bulma)
- [mshibanami / SwiftAsciidoctor](https://github.com/mshibanami/SwiftAsciidoctor)