| Plagger documentation | view source | Contained in the Plagger distribution. |
Plagger::Plugin::CustomFeed::2chSearch - Custom feed for 2ch Search with Moritapo
global:
user_agent:
cookies: /path/to/cookies.txt
plugins:
- module: Subscription::Config
config:
feed:
- http://find.2ch.net/index.php?BBS=2ch&TYPE=BODY&STR=Plagger&COUNT=10
- module: CustomFeed::2chSearch
This plugin creates a custom feed off of 2ch search http://find.2ch.net/. Since 2ch search requires Moritapo to search by fulltext, this plugin also requires a valid login cookie set to global user_agent config.
By default, this plugin doesn't search more than once in an hour by default, to save your money (Moritapo). If you want to reduce search frequency more (like once in a day), consider using Plagger::Rule::DateTimeCron to trigger Subscription::Config for it.
Tatsuhiko Miyagawa
| Plagger documentation | view source | Contained in the Plagger distribution. |