https://github.com/gaul/github-release-rss-feed
Watch starred GitHub repositories for new releases.
https://github.com/gaul/github-release-rss-feed
github release rss rss-feed
Last synced: 10 months ago
JSON representation
Watch starred GitHub repositories for new releases.
- Host: GitHub
- URL: https://github.com/gaul/github-release-rss-feed
- Owner: gaul
- License: apache-2.0
- Created: 2018-09-07T00:08:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:34:55.000Z (over 2 years ago)
- Last Synced: 2025-04-13T19:23:20.571Z (10 months ago)
- Topics: github, release, rss, rss-feed
- Language: Python
- Size: 15.6 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Release RSS Feed
Watch starred GitHub repositories for new releases via RSS. Packages as a
Flask web application which can be deployed in AWS via Zappa.
## Usage
```
mkvirtualenv --python=`which python3.6` github_release_rss_feed
workon github_release_rss_feed
pip install --requirement requirements-dev.txt
export GITHUB_ACCESS_TOKEN=...
./github_release_rss_feed.py
```
## Requirements
* Tested with Python 3.6 on Ubuntu 14.04
## License
Copyright (C) 2018 Andrew Gaul
Licensed under the Apache License, Version 2.0