The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.55 - 2006-09-05

  • Changed default value of max_count from 300 to 100 in Message.pm since captcha kicks in around 102.
  • Added send_event_invite method.
  • Added send_event_invite sample script.
  • Tested browse method, updated docs, moved from IN PROGRESS area to FIND PEOPLE area.
  • Added "quiet" flag to mech object to stop superfluous warnings.
  • Set "stack_depth => 1" in mech object to save memory. Previously the module would store all page loads, which could eat up huge amounts of memory when dealing with large friend lists or event invitations.
  • Re-wrote approve_friend_requests method to use the new servers and act super-human.
  • Added "form" option to submit_form that allows passing a ready-to-post HTML::Form object.

Documentation

Send friend requests to another user's friends.
Approve new friends and post a comment to them
Leave a comment for your Myspace friends
Send a message to a myspace group

Modules

Access MySpace.com profile information from Perl
Auto-comment your MySpace friends from Perl scripts
WWW::Myspace database interaction
Interactively add friends to your Myspace account
Track additions/deletions to your friends list
Auto-message your MySpace friends from Perl scripts
Base class for WWW::Myspace modules