1ADD_FRIENDS(1) User Contributed Perl Documentation ADD_FRIENDS(1)
2
3
4
6 add_friends - Send friend requests to another user's friends.
7
9 # Send friend requests to everyone in user 12345's friend list.
10 add_friends [-q] 12345
11
12 add_friends will run, printing status for you. When it hits a CAPTCHA
13 reqponse, it will display a URL for you to copy&paste into your web
14 browser, and prompt you to continue. Stop when you like, and start
15 again 'cause it'll just skip over those who are already your friend and
16 those for whom you have pending friend requests.
17
18 If the "-q" flag is specified, add_friends runs in "quiet" mode, and
19 will stop instead of prompting for a CAPTCHA response.
20
22 Original code by Olaf Alders (http://www.wundersolutions.com).
23 Updated, documented, and added to module by Grant Grueninger, "<grantg
24 at cpan.org>"
25
27 Friend requests are not logged, so if someone denies your request, it
28 will be resent the next time the script is run if they're in the list
29 of friends again (i.e. if you run it on the same profile, which you
30 probably will). The only current workaround is to use the database
31 options in FriendAdder, which this script doesn't yet support.
32
34 Please report any bugs or feature requests, or send any patches, to
35 "bug-www-myspace at rt.cpan.org", or through the web interface at
36 http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Myspace
37 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Myspace>. I will
38 be notified, and then you'll automatically be notified of progress on
39 your bug as I make changes.
40
41 IF YOU USE A MAIL SERVICE (or program) WITH JUNK MAIL FILTERING,
42 especially HOTMAIL or YAHOO, add the bug reporting email address above
43 to your address book so that you can receive status updates.
44
45 Bug reports are nice, patches are nicer.
46
48 You can find documentation for this module with the perldoc command.
49
50 perldoc add_friends
51
52 You can also look for information at:
53
54 · AnnoCPAN: Annotated CPAN documentation
55
56 http://annocpan.org/dist/WWW-Myspace <http://annocpan.org/dist/WWW-
57 Myspace>
58
59 · CPAN Ratings
60
61 http://cpanratings.perl.org/d/WWW-Myspace
62 <http://cpanratings.perl.org/d/WWW-Myspace>
63
64 · RT: CPAN's request tracker
65
66 http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Myspace
67 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Myspace>
68
69 · Search CPAN
70
71 http://search.cpan.org/dist/WWW-Myspace
72 <http://search.cpan.org/dist/WWW-Myspace>
73
75 Copyright 2005-2006 Grant Grueninger, all rights reserved.
76
77 This program is free software; you can redistribute it and/or modify it
78 under the same terms as Perl itself.
79
80
81
82perl v5.12.0 2006-06-09 ADD_FRIENDS(1)