manyeung / tumblr-photo-importer

Tumblr photo posts importer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is to import photo posts from another blog in Tumblr.

Requirements

Before import, you should have a new blog created and a posts.xml file which is exported from Tumblr (https://www.tumblr.com/settings/blog/{blog_name}). Replace the downloaded posts.xml file with the existing one.

Then you should register an application and get the keys on the API console.

Input the fields when running the command. The fields are:

  1. consumer_key
  2. consumer_secret
  3. token
  4. token_secret
  5. idenifier - the blog name
  6. slot_count - it defines the number of posts in each slots. Each slots will run in parallel.

Import

run npm run import to import photo posts from the posts.xml file.

Import

Erase

run npm run erase to remove all posts in the blog.

Erase

About

Tumblr photo posts importer


Languages

Language:JavaScript 100.0%