Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2024-10-30T02:05:09.000Z (3 months ago)
- Last Synced: 2024-10-30T04:57:27.529Z (3 months ago)
- Topics: rss, rss-feed, swift
- Language: HTML
- Homepage: https://mshibanami.github.io/GitHubTrendingRSS/
- Size: 4.63 MB
- Stars: 210
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Trending RSS
[![Fetch and Generate RSS Feeds](https://github.com/mshibanami/GitHubTrendingRSS/actions/workflows/generate_feeds.yml/badge.svg)](https://github.com/mshibanami/GitHubTrendingRSS/actions/workflows/generate_feeds.yml)
[![Unit Test](https://github.com/mshibanami/GitHubTrendingRSS/actions/workflows/test.yml/badge.svg)](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)