|
NAMEWWW::Mixi - Perl extension for scraping the MIXI social networking service.SYNOPSISrequire WWW::Mixi; $mixi = WWW::Mixi->new('me@foo.com', 'password'); $mixi->login; my $res = $mixi->get('home.pl'); print $res->content; DESCRIPTIONWWW::Mixi uses LWP::RobotUA to scrape mixi.jp. This provide login method, get and put method, and some parsing method for user who create mixi spider.I think using WWW::Mixi is better than using LWP::UserAgent or LWP::Simple for accessing Mixi. WWW::Mixi automatically enables cookie, take delay 1 second for each access, take care robot exclusions. See "mixi.pod" for more detail. SEE ALSOLWP::UserAgent, WWW::RobotUA, HTTP::Request::CommonAUTHORSWWW::Mixi is written by TSUKAMOTO Makio <tsukamoto@gmail.com>Some bug fixes submitted by Topia (http://clovery.jp/), shino (http://www.freedomcat.com/), makamaka (http://www.donzoko.net/), ash. get_ and post_add_diary, get_ and post_delete_diary, parse_list_diary and parse_new_diary contributed by DonaDona (http://hsj.jp/). get_ and parse_view_diary contributed by shino (http://www.freedomcat.com/). get_ and parse_list_outbox contributed by AsO (http://www.bx.sakura.ne.jp/~clan/rn/cgi-bin/index.cgi). get_ and post_send_message contributed by noname (http://untitled.rootkit.jp/diary/). COPYRIGHTCopyright 2004-2006 Makio Tsukamoto.This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |