WWW::Myspace::FriendAdder

WWW::Myspace::FriendAdder Perl module will interactively add friends to your Myspace account.
Download

WWW::Myspace::FriendAdder Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Olaf Alders
  • Publisher web site:
  • http://search.cpan.org/~oalders/WWW-Myspace-FriendAdder/WWW-Myspace-FriendAdder/lib/WWW/Myspace/FriendAdder.pm

WWW::Myspace::FriendAdder Tags


WWW::Myspace::FriendAdder Description

WWW::Myspace::FriendAdder Perl module will interactively add friends to your Myspace account. WWW::Myspace::FriendAdder Perl module will interactively add friends to your Myspace account.SYNOPSISThis module gives you a little more flexibility when adding friends to your Myspace account. It is interactive and will occasionally prompt you for input. You'll have the most success when using it at the command line, but you do have the option of suppressing its reporting and interactive nature if you want to run it from a cgi script or if you just find it annoying. Hey, you've got your reasons, right? This module is an extension of Grant Grueninger's handy WWW::Myspace module. use WWW::Myspace; use WWW::Myspace::FriendAdder; my $myspace = WWW::Myspace->new(); my $adder = WWW::Myspace::FriendAdder->new( $myspace ); my @friend_ids = ('List', 'of', 'friend', 'ids'); $adder->send_friend_requests( @friend_ids );By default, this routine will try to add as many friends as possible until it it reaches max_count, which defaults to 50, but can be set to any number of your choosing. See below. When Myspace prompts you for user input, the routine will pause and allow you as much time as you need to fill out the Myspace form. Once you have done so, you may prompt the script to continue or to exit. Upon its exit, the script will report on its success and/or failure. Requirements: · Perl


WWW::Myspace::FriendAdder Related Software