Skip to content

Instantly share code, notes, and snippets.

@withgod
Created January 16, 2012 11:19
Show Gist options
  • Save withgod/1620355 to your computer and use it in GitHub Desktop.
Save withgod/1620355 to your computer and use it in GitHub Desktop.
- /home/noname/etc/plagger/config.yaml
plugins:
- module: Subscription::Config
config:
feed:
- http://store.steampowered.com/feeds/news.xml
- http://www.negitaku.org/rss.xml
- http://gs.inside-games.jp/modules/news/wp-rss2.php
- http://www.game-damashi.com/maincontents.rss
- http://esports.jpn.org/log/index.rdf
- http://feeds.kotaku.jp/rss/kotaku/index.xml
- http://www.4gamer.net/rss/index.xml
- http://tgn.himitsukichi.com/feed
- module: Filter::ResolveRelativeLink
- module: Filter::StripRSSAd
- module: Filter::Rule
rule:
expression: $args->{entry}->title =~ /(Team Fortress 2|TF2)/i || $args->{entry}->body =~ /(Team Fortress 2|TF2)/i
#expression: $args->{entry}->title =~ /(Team Fortress 2|TF2|minecraft)/i || $args->{entry}->body =~ /(Team Fortress 2|TF2|minecraft)/i
- module: Filter::Rule
rule:
module: Deduped
path: /home/noname/.plagger/tf2.db
- module: Notify::Tiarra
config:
socketname: tiarra
channel: #withgod@friend
use_notice: 1
- module: Publish::Twitter
config:
consumer_key: xxxxx
consumer_secret: xxxxx
access_token: 0000-xxxxx
access_token_secret: xxxxx
templatize: 1
maxlength: 139
# username: tf2botjp
# password: base64::xxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment