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>. I will
37 be notified, and then you'll automatically be notified of progress on
38 your bug as I make changes.
39
40 IF YOU USE A MAIL SERVICE (or program) WITH JUNK MAIL FILTERING, espe‐
41 cially HOTMAIL or YAHOO, add the bug reporting email address above to
42 your address book so that you can receive status updates.
43
44 Bug reports are nice, patches are nicer.
45
47 You can find documentation for this module with the perldoc command.
48
49 perldoc add_friends
50
51 You can also look for information at:
52
53 * AnnoCPAN: Annotated CPAN documentation
54 <http://annocpan.org/dist/WWW-Myspace>
55
56 * CPAN Ratings
57 <http://cpanratings.perl.org/d/WWW-Myspace>
58
59 * RT: CPAN's request tracker
60 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Myspace>
61
62 * Search CPAN
63 <http://search.cpan.org/dist/WWW-Myspace>
64
66 Copyright 2005-2006 Grant Grueninger, all rights reserved.
67
68 This program is free software; you can redistribute it and/or modify it
69 under the same terms as Perl itself.
70
71
72
73perl v5.8.8 2006-06-01 ADD_FRIENDS(1)