The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:WWW-GoKGS Web::Scraper"

WWW::GoKGS - KGS Go Server (http://www.gokgs.com/) Scraper River stage zero No dependents

This module is a KGS Go Server ("http://www.gokgs.com/") scraper. KGS allows the users to play a board game called go a.k.a. baduk (Korean) or weiqi (Chinese). Although the web server provides resources generated dynamically, such as Game Archives, t...

ANAZAWA/WWW-GoKGS-0.21 - 21 Aug 2014 02:27:48 UTC

WWW::GoKGS::Scraper - Abstract base class for KGS scrapers River stage zero No dependents

This module is an abstract base class for KGS scrapers. KGS scrapers must inherit from this class, and also implement the following methods: base_uri Must return a URI string which represents a resource on KGS. This method is called as a method on th...

ANAZAWA/WWW-GoKGS-0.21 - 21 Aug 2014 02:27:48 UTC

WWW::GoKGS::Scraper::Top100 - Top 100 KGS Players River stage zero No dependents

This class inherits from WWW::GoKGS::Scraper. CLASS METHODS $uri = $class->base_uri # => "http://www.gokgs.com/top100.jsp" $URI = $class->build_uri # => URI->new( "http://www.gokgs.com/top100.jsp" ) INSTANCE METHODS $UserAgent = $top_100->user_agent ...

ANAZAWA/WWW-GoKGS-0.21 - 21 Aug 2014 02:27:48 UTC

WWW::GoKGS::Scraper::TzList - KGS Time Zone Selector River stage zero No dependents

This class inherits from WWW::GoKGS::Scraper. CLASS METHODS $String = $class->base_uri # => "http://www.gokgs.com/tzList.jsp" $URI = $class->build_uri( tz => 'Asia/Tokyo' ); Given key-value pairs of query parameters, constructs a URI object which con...

ANAZAWA/WWW-GoKGS-0.21 - 21 Aug 2014 02:27:48 UTC

WWW::GoKGS::Scraper::TournList - List of KGS tournaments River stage zero No dependents

This class inherits from WWW::GoKGS::Scraper. INSTANCE METHODS $uri = $class->base_uri # => "http://www.gokgs.com/tournList.jsp" $URI = $class->build_uri( $k1 => $v1, $k2 => $v2, ... ) $URI = $class->build_uri({ $k1 => $v1, $k2 => $v2, ... }) $URI = ...

ANAZAWA/WWW-GoKGS-0.21 - 21 Aug 2014 02:27:48 UTC

WWW::GoKGS::Scraper::TournInfo - Information for the KGS tournament River stage zero No dependents

This class inherits from WWW::GoKGS::Scraper. CLASS METHODS $uri = $class->base_uri # => "http://www.gokgs.com/tournInfo.jsp" $URI = $class->build_uri( $k1 => $v1, $k2 => $v2, ... ) $URI = $class->build_uri({ $k1 => $v1, $k2 => $v2, ... }) $URI = $cl...

ANAZAWA/WWW-GoKGS-0.21 - 21 Aug 2014 02:27:48 UTC

WWW::GoKGS::Scraper::TournGames - Games of the KGS tournament River stage zero No dependents

This class inherits from WWW::GoKGS::Scraper. CLASS METHODS $uri = $class->base_uri # => "http://www.gokgs.com/tournGames.jsp" $URI = $class->build_uri( $k1 => $v1, $k2 => $v2, ... ) $URI = $class->build_uri({ $k1 => $v1, $k2 => $v2, ... }) $URI = $c...

ANAZAWA/WWW-GoKGS-0.21 - 21 Aug 2014 02:27:48 UTC

WWW::GoKGS::Scraper::GameArchives - KGS Game Archives River stage zero No dependents

KGS <http://www.gokgs.com/> Game Archives preserves Go games played by the users. You can search games by filling in the HTML forms. The search result is provided as an HTML document naturally. This module provides yet another interface to send a que...

ANAZAWA/WWW-GoKGS-0.21 - 21 Aug 2014 02:27:48 UTC

WWW::GoKGS::Scraper::TournEntrants - KGS Tournament Entrants River stage zero No dependents

This class inherits from WWW::GoKGS::Scraper. CLASS METHODS $uri = $class->base_uri # => "http://www.gokgs.com/tournEntrants.jsp" $URI = $class->build_uri( $k1 => $v1, $k2 => $v2, ... ) $URI = $class->build_uri({ $k1 => $v1, $k2 => $v2, ... }) $URI =...

ANAZAWA/WWW-GoKGS-0.21 - 21 Aug 2014 02:27:48 UTC
9 results (0.038 seconds)