An open API service indexing awesome lists of open source software.

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.

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