Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

masutaka/awesome-github-feed

Repository files navigation

Awesome GitHub Feed circleci badge

Deliver awesome GitHub feed

for development

Setup

$ cp config/settings.example.yml config/settings.yml

Modify config/settings.yml

Clockwork

Create an awesome GitHub feed

# Start
$ bundle exec clockwork clockwork.rb

# Start daemon
$ export NRCONFIG=`pwd`/config/newrelic.yml
$ bundle exec clockworkd -c clockwork.rb --log start

# Stop daemon
$ bundle exec clockworkd -c clockwork.rb --log stop

Sinatra

$ bundle exec ruby app.rb

You can access http://localhost:4567/masutaka.private.atom?token=xxxxx in the case of the following settings.yml.

github:
  account:
    masutaka
  feed_token:
    xxxxx
exclusion_keyword:
  keyword
element_name:
  entry
fetch_interval_seconds:
  <%= 10.minutes %>
output_dir:
  /path/to/output

Automatic deployment

When any commits are pushed to master, CircleCI will deploy to masutaka.net.

Automatic $ bundle update

Automatically update by https://www.deppbot.com

About

:octocat: Deliver awesome GitHub feed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published