NAME
Blog::Normalize::Tumblr - Blog::Normalize module for interaction on Tumblr
SYNOPSIS
my $tumblr = Blog::Normalize::Tumblr->new(
email => 'foo@bar.com',
password => 'my super password',
);
$tumblr->connect;
$tumblr->import(posts => $other_BN_obj->posts);
DESCRIPTION
This a module for interacting with Tumblr on the Blog::Normalize model. Currently, this module works using WWW::Mechanize to connect and perform the introduction of posts. The email and password required by the constructor are the Tumblr login information.
TODO
A lot.
Only
connect()andimport()are present.Make
posts().Make categories to tags, etc, etc.
AUTHOR
David Moreno Garza, <damogar@gmail.com> - http://damog.net/
THANKS
To Raquel (http://www.maggit.com.mx/), who makes me happy every single day of my life.
COPYRIGHT AND LICENSE
Copyright (C) 2008 by David Moreno Garza
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
The Do What The Fuck You Want To public license also applies. It's really up to you.