library tumblrimporter
Class for importing Tumblr blogs to Thimble
oli4jansen/tumblrimporter
Class for importing Tumblr blogs to Thimble
- Friday, October 4, 2013
- by oli4jansen
- Repository
- 1 Watchers
- 0 Stars
- 13 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Tumblr Importer
The Tumblr Importer class is made for Thimle. It imports Tumblr blog info and posts for use with the Thimble theme parser., (*1)
Usage
php
$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/';
}, (*2)