The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

USAGE

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

DESCRIPTION

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.

CONFIG FILE

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>

COPYRIGHT

Destributed under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 58:

Unknown directive: =head