root/config/plagger/hsbt/config.wassr.yaml

Revision 22068, 0.7 kB (checked in by hsbt, 8 months ago)

using Crypt::Pit, and tiny change.

Line 
1global:
2  plugin_path:
3    - /home/hsbt/misc/plagger/contrib/lib/Plagger/Plugin
4  assets_path: /home/hsbt/misc/plagger/assets
5  timezone: Asia/Tokyo
6  encrypt: pit
7  log:
8    level: debug
9  cache:
10    base: /home/hsbt/misc/plagger
11
12plugins:
13  - module: CustomFeed::Simple
14
15  - module: Subscription::Config
16    config:
17      feed:
18        - url: http://api.wassr.jp/user_timeline.rss?id=hsbt
19
20  - module: Filter::Rule
21    rule:
22      module: Deduped
23      path: /home/hsbt/misc/plagger/cache_rule/wassr.cache
24      compare_body: 1
25
26  - module: Filter::Reverse
27
28  - module: Publish::Twitter
29    config:
30      username: hsbt
31      password: pit::twitter.com/:password/
32      interval: 12
Note: See TracBrowser for help on using the browser.