Skip to content

jollygoodcode/github_feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

A commandline tool for pulling recent comments for a public GitHub repo, used for teaching testing in Ruby.

Interface

feed = GithubFeed.new("rails/rails")
feed.recent_comments

Format:

<date, format> made a comment on Issue # at

Example:

26 Sep 2015 rails-bot made a comment on Issue #123456 at https://github.com/rails/rails/pull/123456#issuecomment-123

lorem ipsum..

26 Sep 2015 dhh made a comment on Issue #456789 at https://github.com/rails/rails/pull/456789#issuecomment-123

lorem ipsum..

....

API

https://api.github.com/repos/rails/rails/events

About

:octocat: GitHub Feed for teaching testing in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages