jacob-pro / tumbl-three-viewer

TumblThree archive viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TumblThree Backup Viewer

Build status maintenance-status

Minimal browser based viewer for TumblThree backups.

Metadata Support

To reliably reconstruct your blog posts it is recommended to have the following:

  • Ensure your metadata was created by TumblrThree version 2.10.0+ such that the downloaded_media_files field is present for all posts.
  • Ensure you have "Metadata format" set to json.

Install

cargo install --git https://github.com/jacob-pro/tumbl-three-viewer

Usage

You should already have a downloaded blogs folder similar to:

Blogs/
├─ todayontumblr/
│  ├─ images.txt
│  ├─ videos.txt
│  ├─ texts.txt
│  ├─ efb4a9d659f14b4c8528ab9290498b42.jpg
│  ├─ f35943c3e844412d9d7d9b7b2e474d10.jpg

Launch the application either within the Blogs directory or using the argument:

tumbl-three-viewer --path "./Blogs"

Screenshots

screenshot

About

TumblThree archive viewer

License:GNU General Public License v3.0


Languages

Language:Rust 69.9%Language:JavaScript 23.1%Language:HTML 4.5%Language:CSS 1.8%Language:Makefile 0.6%