.. image:: https://img.shields.io/pypi/v/github_timeline_rss.svg :target: https://pypi.python.org/pypi/github_timeline_rss
.. image:: https://img.shields.io/travis/narfman0/github_timeline_rss.svg :target: https://travis-ci.org/narfman0/github_timeline_rss
Github timeline to RSS translation for easier feed integration
Optional: set up virtualenv environment with::
virtualenv venv
source venv/bin/activate
Install requirements::
pip install -r requirements_dev.txt
Run flask app, e.g.::
FLASK_APP=rss.py flask run
Test::
http://127.0.0.1:5000/narfman0
Should show rss feed for activity for narfman0 from github!
The command line interface may be used to dump a timeline to stdout::
github_timeline_rss narfman0
or it may be directed at a file with --file::
github_timeline_rss narfman0 --file narfman0.atom
Content type
Image
Digest
Size
40.6 MB
Last updated
almost 7 years ago
docker pull narfman0/github-timeline-rss