github-timeline-rss

Github timeline to RSS translation for easier feed integration


Keywords
github_timeline_rss, github, timeline, rss, atom
License
MIT
Install
pip install github-timeline-rss==1.2.2

Documentation

Github timeline RSS

Github timeline to RSS translation for easier feed integration

  • Free software: MIT license

Features

  • Create RSS feeds from github timelines
  • Command line interface to dump to stdout or a file

Usage

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.:

cd github_timeline_rss
FLASK_APP=rss.py flask run

Test:

http://127.0.0.1:5000/narfman0

Should show rss feed for activity for narfman0 from github!

CLI

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