Skip to content

Ruby script to save a Tumblr blog's posts to JSON

Notifications You must be signed in to change notification settings

desyncr/tumblr-backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tumblr Backup

As a V1, post data is being written to ${TUMBLR_URL}.json.

Install

  1. Install dependencies

    bundle install

  2. Configure access keys

    CONSUMER_KEY=[your-consumer-key] CONSUMER_SECRET=[your-consumer-secret] ENABLE_DOWNLOAD=true

  • You may copy .env.example.

Usage

`TUMBLR_URL=example.tumblr.com ./tumblr.rb`

Next Steps

  • Download images locally
  • Format posts photo urls to match local photo filenames
  • Prevent posts from being re-read each usage
  • Handle video/non-photo posts

About

Ruby script to save a Tumblr blog's posts to JSON

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 97.0%
  • Makefile 3.0%