2017 © Pedro Peláez
 

library tumblrimporter

Class for importing Tumblr blogs to Thimble

image

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

The README.md

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)

The Versions

04/10 2013

dev-master

9999999-dev https://github.com/oli4jansen/TumblrImporter

Class for importing Tumblr blogs to Thimble

  Sources   Download

Apache-2.0

The Requires