Skip to content

archivr downloads and saves tumblr text posts to disk via the tumblr api

Notifications You must be signed in to change notification settings

piazzamp/archivr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Archivr

an overly simplistic tumblr archiver. I made this so I could download my blog as a set of html files and host them on a "free" static hosting provider.

Usage

archivr is a command line app and it uses the following command line args:

flag desc required?
-key your tumblr oauth consumer key from here yes
-blog the name (subdomain or custom domain name) of the blog you want to archive yes
-o the output directory, defaults to [blogname]-archive no

it will save each post as an html file named like the slug provided by the tumblr api. I don't care about file extensions, but your hoster may: github pages does, for example.

go run main.go -key something-spicy -blog mattpiazza.com -o /tmp/archive/matt

TODO

  • download images
  • handle post types other than text

About

archivr downloads and saves tumblr text posts to disk via the tumblr api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages