oli4jansen/tumblrimporter

Class for importing Tumblr blogs to Thimble

dev-master 2013-10-04 14:41 UTC

This package is not auto-updated.

Last update: 2024-04-22 13:01:12 UTC


README

The Tumblr Importer class is made for Thimle. It imports Tumblr blog info and posts for use with the Thimble theme parser.

Usage

$TumblrImporter = new TumblrImporter\Importer('your public Tumblr API key');
if($TumblrImporter->importBlog('oli4jansen.tumblr.com', 'path/to/blog/data/'))
{
	echo 'Hooray, you\'ll now find a JSON file with the blog data in path/to/blog/data/';
}