Skip to content

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

Notifications You must be signed in to change notification settings

sbone/tumblr-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tumblr Backup

Ruby script to backup a photo-and-video-centric Tumblog locally.

Post contents are saved in /data/:media_type:/ Key post data is written to /data/posts.json

Usage

Within locally cloned repo:

  1. cp .env.example .env
  2. bundle install
  3. ruby 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
  • make filenames useful

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages