Skip to content

tobias/github-rss

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

github-rss

The commit feeds provided by github only list the files that changed, and do not include the diffs; github-rss fixes that. It is a simple web service that acts as a proxy and uses the github API to fill in the diff for each commit in the feed.

Usage

To use, simply give the app your feed url:

http://github-rss.example.com/?feed=https://github.com/username/project/commits/master.atom

You can also use it with private repos, but you'll need to provide your login and token, and you'll need to escape the '?' and '&' in the feed url with '%3f' and '%26' respectively, like so:

http://github-rss.example.com/?feed=https://github.com/username/project/commits/master.atom%3flogin=my_login%26token=1adefed234

Problems

Issues and pull requests welcome!

About

Stick some diffs in your Github commit feed!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published