Open Fastladder with Plagger
YAPC::Asia 2008 Tokyo
May 15th, 2008
Open Fastladder?
...
Plagger?
...
Fastladder + Plagger
Fastladder = Frontend UI
Plagger = Crawler
Plagger
Use as feedreader replacement
- Subscription::Bloglines
- Subscription::LivedoorReader
Read private feed
- Subscription::Config + (UserAgent::AuthenRequest)
Read any website which have no feeds
- Subscription::Config + CustomFeed::Simple + Filter::EntryFullText
- Subscription::Script + Your scraper
You can read everything in your fastladder!!
How to use
Requires
...
Requires
- Fastladder + Plagger +
- Plagger::Plugin::Store::Fastladder
...
Usage
...
Usage
Your plagger config +
...
Usage
Your plagger config +
- module: Store::Fastladder
config:
# fastladder's DSN
connect_info:
- dbi:SQLite:/path/to/fastladder.db
# fastladder's user id
member_id: 1
# optional configs (see pod)
fetch_favicon: 1
sync_rate: 1
My configs
...
My configs
- bloglines.yaml
- mixi.yaml
- customfeed.yaml
...
My configs
- bloglines.yaml
- mixi.yaml
- customfeed.yaml
- authenfeed.yaml
Everything in fastladder!