Skip to content

Instantly share code, notes, and snippets.

@mzp
Last active December 15, 2015 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mzp/5197073 to your computer and use it in GitHub Desktop.
Save mzp/5197073 to your computer and use it in GitHub Desktop.
yapra-plugin-fastladder example
- module: Feed::Github::PullRequest
config:
user: fastladder
repo: fastladder
- module: Filter::Copy
config:
map:
title: item.title
link: item.url
author: item.user.login
description: item.body
pubDate: item.created_at
- module: Publish::Fastladder
config:
feedtitle: Fastladder Pull Requests
feedlink: http://github.com/fastladder/fastladder
url: http://fastladder.dev/
apikey: e3ad9bca38c341e28834ff881ee32d59
source 'https://rubygems.org'
# Specify your gem's dependencies in fl-crawler-yapra.gemspec
gem 'yapra-plugin-filter', :github => 'mzp/yapra-plugin-filter'
gem 'yapra-plugin-github', :github => 'mzp/yapra-plugin-github'
gem 'yapra-plugin-fastladder', :github => 'mzp/yapra-plugin-fastladder'
@mzp
Copy link
Author

mzp commented Mar 19, 2013

あとは bundle exec yapra -c config.yml すると、Fastladderにfastladder/fastladderのpull requestsがながれこんでくる。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment