
dumpfriends - a test tool for dumping your friends from Net::Social

dumpfriends <path to config yaml> [site[s]]

It requires a config file containing the auth values for each service - the format of that is described below.
Can optionally take a list of sites to restrict the output to.
For example
dumpfriends conf.yaml facebook vox
will only dump your friends from Vox and Facebook.

The config file is merely a YAML file with the services as keys and then the auth requirements for each service as described by their docs.
For example yours might look like
flickr:
api_key: 12341234123412341234123412341234
username: myusername
facebook:
api_key: 12341234123412341234123412341234
session_key: 12341234123412341234123412341234
session_secret: 12341234123412341234123412341234
jabber:
username: example@jabber.com
password: 12341234
Simon Wistow <simon@thegestalt.org>

Destributed under the same terms as Perl itself.