oli4jansen/tumblrimporter

Class for importing Tumblr blogs to Thimble

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/oli4jansen/tumblrimporter

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

This package is not auto-updated.

Last update: 2025-10-20 19:39:06 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/';
}