Skip to content

oli4jansen/TumblrImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tumblr Importer

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/';
}

About

Class to import Tumblr blogs to Thimble

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages