Changes for version 0.09003
- General
- Refactor Gungho::Inline into Gungho::Provider::Inline and Gungho::Handler::Inline.
- Add support for coderefs in provider/handler config parameters
- Release 0.09003
Changes for version 0.09002_01
- General
- DNS will not be resolved by Gungho if you do one of the following:
- specify dns => { disable => 1 } in your config
- specify client => { proxy => ... } in your config (POE engine only)
- specify HTTP_PROXY in the environment (POE engine only)
- DNS will not be resolved by Gungho if you do one of the following:
- Tests
- Add more tests
Documentation
Gungho FAQ
An Extensible, High-Performance Web Crawler Framework
Modules
Yet Another High Performance Web Crawler Framework
Base Class For Various Gungho Objects
Base For Classes That Won't Be Instantiated
Component Base Class For Gungho
Base Class For WWW Authentication
Add Basic Auth To Gungho
Block Requests With Private IP Address
Use Cache In Your App
Gungho Core Methods
Respect robots.txt
A Rule Object
RobotRules Storage Base Class
Cache Storage For RobotRules
DB_File Storage For RobotRules
Automatically Parse Robots META
Web::Scraper From Within Gungho
Routines To Setup Gungho
Base Class To Throttle Requests
Throttle By Domain
Throttle By Number Of Requests
Data::Throttler Based Throttling
Base Class For Gungho Engine
Gungho Engine Using Danga::Socket
IO::Async Engine
POE Engine For Gungho
Gungho Exceptions
Base Class For Gungho Handlers
Write Out Fetched Contents To File
Inline Handler
A Handler That Does Nothing
Inline Your Providers And Handlers (Deprecated)
Log Base Class For Gungho
Log::Dispatch-Based Log For Gungho
Simple Gungho Log Class
Gungho Plugin Base Class
Stop Execution In Long-Running Processes
Log Requests
Keep Track Of Time To Finish Request
Gather Crawler Statistics
Format Statistics As XML
Base Class For Gungho Prividers
Provide Requests From A Simple File
Inline Provider
An In-Memory, Simple Provider
Specify requests in YAML format
A Gungho Request Object
HTTP specific utilities
Gungho HTTP Response Object
Gungho General Utilities
Provides
in lib/Gungho/Engine/IO/Async.pm
in lib/Gungho/Plugin/Apoptosis.pm
Examples
- examples/robotrules/simple.yml
- examples/simple-file/simple-file.yml
- examples/simple-file/url.txt
- examples/simple-log-dispatch/simple.yml
- examples/simple-write-to-file/simple-write-to-file.yml
- examples/simple/simple.yml
- examples/throttle-simple/throttle-simple.yml
- examples/throttle-simple/url.txt
- examples/yaml/config.yml
- examples/yaml/url.yml