Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fumito-ito/rss-xml-firebase-releases
fetch and convert Firebase releases into xml as RSS format.
https://github.com/fumito-ito/rss-xml-firebase-releases
Last synced: 3 days ago
JSON representation
fetch and convert Firebase releases into xml as RSS format.
- Host: GitHub
- URL: https://github.com/fumito-ito/rss-xml-firebase-releases
- Owner: fumito-ito
- Created: 2024-09-27T07:44:01.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-23T06:20:15.000Z (9 days ago)
- Last Synced: 2024-12-23T07:23:29.315Z (9 days ago)
- Language: Python
- Size: 397 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSS XML for Firebase Releases
**This is unofficial RSS feed for firebase releases**
[Firebase releases page](https://firebase.google.com/support/releases) provides a changelog that lists new SDK releases and describes updates to the Firebase console and Firebase services. But this page does not have any RSS feed.
`generate_rss.py` fetches release page and generates rss items. This script is executed once a day via cron.
Generated XML is surved by [GitHub Pages](https://fumito-ito.github.io/RSS-XML-Firebase-Releases/firebase_releases.xml). Feel free to use it.## Contributing
Pull requests are welcome. Do you have any Issues ? please open an issue first to discuss what you encounter.