Skip to content

Instantly share code, notes, and snippets.

@fuba
Created January 20, 2009 07:09
Show Gist options
  • Save fuba/49376 to your computer and use it in GitHub Desktop.
Save fuba/49376 to your computer and use it in GitHub Desktop.
please fix
plugins:
- module: Subscription::Config
config:
feed:
- url: http://twitter.com/fuba
meta:
follow_xpath: //span[contains(@class, 'entry-content')]/a
- module: CustomFeed::Simple
- module: Filter::TruePermalink
- module: Filter::Rule
rule:
module: Expression
expression: $args->{entry}->link !~ /twitter\.com/
- module: Filter::Rule
rule:
module: Expression
expression: $args->{entry}->{link} = $args->{entry}->{permalink}
- module: Filter::Rule
rule:
module: Deduped
path: /Users/ec/memo/twitter.db
- module: Publish::HatenaBookmark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment