TumblThree - A Tumblr and Twitter Blog Backup Application (2024)

Getting Started

Blog backup/download "Liked by" backup/download "Tumblr search" backup/download "Tumblr tag search" backup/download Twitter Blog backup/download

How to add a blog? How to download a blog? How to detect state of the blog? How to download only tagged posts? How to download password protected blogs? How to download hidden blogs (login required blogs)? How to download "liked" photos and videos? How to download your own likes? How to download photos and videos from the tumblr search? How to download photos and videos from the tumblr tag search? How to add a Twitter blog?

Further Insights Download Feedback

Getting Started

TumblThree is a free and open source Tumblr and Twitter blog backup application. It downloads photo, video, audio and text posts from a given blog. TumblThree - A Tumblr and Twitter Blog Backup Application (1)

It is the code rewrite of TumblTwo, using the Win Application Framework (WAF) and C# with WPF and the MVVM pattern.

More information can also be found on our project site on GitHub!

Features

  • Source code at GitHub (written in C# using WPF and MVVM)
  • Multiple concurrent downloads of a single blog
  • Multiple concurrent downloads of different blogs
  • Internationalization support (several languages available)
  • Downloads the queue
  • Auto saves the queue list
  • Save, clear and restore the queue list
  • Clipboard monitor detects blogname.tumblr.com URLs in the clipboard (copy and paste) and automatically adds the blog to the bloglist.
  • A settings panel:
    • Change download location
    • Turn preview on/off
    • Define number of concurrent downloads
    • Set the image size of downloaded pictures
    • Set download defaults
    • Enable portable mode
  • Uses Windows proxy settings
  • Allows to set a http proxy
  • A bandwidth throttler
  • An option to download an URL list instead of the actual files
  • Set of a start time for an automatic download (e.g. during nights)
  • An option to skip the download of a file if it has already been downloaded before in any currently added blog
  • Change of blog settings of multiple selected blogs at once
  • Uses SSL connections
  • Preview of photos & videos
  • Taskbar buttons and key bindings
  • Download of Gif instead of WebP/Gifv images from Tumblr
  • File rename functionality
  • Download of Twitter blogs
  • Image viewer with slideshow mode 🆕
  • Automated update process 🆕
  • Group blogs into collections 🆕
  • Choice of download format for .pnj links 🆕
  • Blog backup/download:

    • Download photo, video (only tumblr.com hosted), text, audio, quote, conversation, link and question posts.
    • Download meta information for photo, video and audio posts.
    • Download inlined photos and videos (e.g. photos embedded in question & answer posts).
    • Download of all image sizes possible (SVC, API only for newer blogs and higher resolution not possible for old blogs).
    • Support for downloading Imgur, Gfycat, Webmshare, Uguu and Catbox linked files in tumblr posts.
    • Download safe mode/NSFW blogs.
    • It allows downloading only original content of the blog and skipping reblogged posts.
    • You can download only tagged posts.
    • You can download only specific blog pages instead of the whole blog.
    • It allows downloading blog posts in a defined time span.
    • You can download hidden blogs (login required / dash board blogs).
    • You can download password protected blogs (of non-hidden blogs).

  • "Liked by" backup/download:

    • A downloader for downloading "liked by" photos and videos instead of a tumblr blog (e.g. https://www.tumblr.com/liked/by/wallpaperfx/) (login required).
    • Download all image sizes possible (SVC, API only for newer blogs and higher resolution not possible for old blogs).
    • It allows downloading posts in a defined time span.

  • "Tumblr search" backup/download:

    • A downloader for downloading photos and videos from the tumblr search (e.g. http://www.tumblr.com/search/my+keywords).
    • Download all image sizes possible (SVC, API only for newer blogs and higher resolution not possible for old blogs).
    • You can download only specific blog pages instead of a whole blog.

  • "Tumblr tag search" backup/download:

    • A downloader for downloading photos and videos from the tumblr tag search (e.g. http://www.tumblr.com/tagged/my+keywords) (login required).
    • Download all image sizes possible (SVC, API only for newer blogs and higher resolution not possible for old blogs).
    • It allows downloading posts in a defined time span.

  • Twitter Blog backup/download:

    • Download of photo, video and text posts of blogs.
    • Download meta information for photo and video posts.
    • Allows to download only original content of the blog and skip reblogged posts.
    • Can download only tagged posts.
    • Allows to download blog posts in a defined time span.

Program Usage:

  • Extract the .zip file and run the application by double clicking TumblThree.exe.

  • How to add a blog?

    • Copy the URL of any tumblr.com blog (format: <blogname>.tumblr.com) you want to backup from, in the textbox at the bottom left. Afterwards, click on "Add Blog".
    OR
    • If you copy (ctrl-c) a <blogname>.tumblr.com blog URL from the address bar/text file, the clipboard monitor from TumblThree will detect it and automatically add the blog.

  • How to download a blog?

    1. To start the download process, click on "Download".
    2. The application will regularly check for (new) blogs in the queue and starts processing them, until you stop the application by pressing "Stop".
    3. You can add blogs to the queue via "Add to Queue" or double click/drag n drop first and then click "Download," or you start the download process first and add blogs to the queue afterwards.

  • How to detect state of the blog?

    • A light blue bar,left to the blog in the queue indicates an actively downloading blog.
    • The blog manager on the left side also indicates the state of each blog:
      • A red background shows an offline blog.
      • A green background shows an actively downloading blog.
      • A purple background shows an enqueued blog.

  • Settings:
    • Change the download location.
    • Number of concurrent connections.
    • Default backup settings for newly added blog.

  • "Details" window:
    • View statistics of your blog and set the blog specific options.
    • Check the post type (photo,video,audio,text,conversation,quote and link) to download.

  • How to download only tagged posts?

    1. Add the blog URL.
    2. Open the blog in the "Details" tab.
    3. Enter the tags in the "Tags" textbox in a comma separated list without the leading hash (#) sign (e.g. great big car, bears would search for images that are tagged for either a great big car or bears or both.).

  • How to download password protected blogs?

    1. Add the blog URL.
    2. Open the blog in the "Details" tab, enter the password in the "Password" textbox.

  • How to download hidden blogs (login required blogs)?

    1. Go to "Settings," click on the "Connection" tab and fill in your tumblr email address in "tumblr login" and "tumblr password" textbox.
    2. Click on the "Authenticate" button. If the login was successful, the label will change and display your email address (The email address and password are not stored locally on disk but cookies are generated and saved in %LOCALAPPDATA%\TumblThree in json format).
    3. Add the blog URL.

  • How to download "liked" photos and videos?

    1. Go to "Settings," click on the "Connection" tab and fill in your tumblr email address in "tumblr login" and "tumblr password" textbox.
    2. Click the "Authenticate" button. If the login was successful, the label will change and display your email address (The email address and password are not stored locally on disk but cookies are generated and saved in %LOCALAPPDATA%\TumblThree in json format).
    3. Add the blog URL including the liked/by string in the URL (e.g. https://www.tumblr.com/liked/by/wallpaperfx/).

  • How to download your own likes?

    Make sure you have (temporarily) enabled the following options in your blog's settings
    (i.e. https://www.tumblr.com/settings/blog/yourblogname):

    1. Likes: Share posts you like (to enable the publicly visible liked/by page).
    2. Visibility: blog is explicit (to see/download NSFW likes).

  • How to download photos and videos from the tumblr search?


  • How to download photos and videos from the tumblr tag search?

    1. Go to "Settings," click on the "Connection" tab and fill in your tumblr email address in "tumblr login" and "tumblr password" textbox.
    2. Click the "Authenticate" button. If the login was successful, the label will change and display your email address (The email address and password are not stored locally on disk but cookies are generated and saved in %LOCALAPPDATA%\TumblThree in json format).
    3. Add the search URL including your tags separated by plus signs (+) in the URL
      (e.g. https://www.tumblr.com/tagged/my+special+tags).

  • How to add a Twitter blog?

    • Copy the URL of any Twitter blog (format: twitter.com/<blogname>) you want to backup from, in the textbox at the bottom left. Afterwards, click on "Add Blog".

Further Insights:

The default settings should cover most users. You should change the download location and the kind of posts you want to download. For this, in the Settings (click on the "Settings" button in the lower panel of the main user interface) you might want to do few changes:

  • General > Download location: Specifies where to download the files. The default is in folder blogs relative to the TumblThree.exe.
  • Blog > Settings applied to each blog upon addition:
    • Here you can set what posts, newly added blogs will download per default.
      1. To change what each blog downloads, click on a blog in the main interface.
      2. Select the "Details" tab on the right and change the settings.
    • This separation allows downloading different kind of post for different blogs.
    • You can change the download settings for multiple existing blogs by selecting them with "shift+left click" for a range or "ctrl-a" for all of them.
Note: You might always want to select download reblogged posts (Downloads reblogs, not just original content of the blog author).
  • Settings you might want to change if the download speed is not satisfactory:
    • Connection>Concurrent connections: Specifies the number of connections used for downloading posts. The number is shared between all actively downloading blogs.
    • Connection>Concurrent video connections: Specifies the number of connections used for downloading tumblr video posts. The vt.tumblr.com host regularly closes connections if the number is too high. Thus, the maximum number of vt.tumblr.com connections can be specified here independently.
    • Connection>Concurrent blogs: Number of blogs to download in parallel.

  • Most likely you don't have to change any of the other connection settings. In particular, settings you should never change, unless you're sure that you know what you are doing.
    • Connection>Limit Tumblr Api Connections: Leave this checkbox checked and do not change the corresponding values of 90 connections per 60 seconds. If you still change them, you might end up with offline blogs or missing downloads.
Note: All the following files are stored in json format and can be opened in any editor.
  • Application settings are stored in C:\Users\<Username>\AppData\Local\TumblThree.
  • You can use the portable mode (settings>general) to stores the application settings in the same folder as the executable.
  • For each blog there is also a database (serialized class) file in the "Index" folder of the download location named after the blogname.tumblr. Here blog relative information is stored like what files have been downloaded, the URL of the blog and when it was added. This allows you to move your downloaded files (photos, videos and audio files) to a different location without interfering with the downloading process.
  • Some settings aren't hooked up to the graphical user interface. It's possible to view all TumblThree settings by opening the settings.json in any editor located in C:\Users\<Username>\AppData\Local\TumblThree. Their names should be self explainatory.

Download:

Feedback

TumblThree - A Tumblr and Twitter Blog Backup Application (2024)

FAQs

Can you backup a Tumblr blog? ›

You can export all of the content you've created for your blog, and we'll package it up into a convenient ZIP file for you to download your blog backup. It's possible to export your primary blog and secondary blogs as well, although each blog export will need to be run separately.

How to use TumblThree? ›

How to use the Application
  1. Extract the .zip file and run the application by double clicking TumblThree.exe. ...
  2. Copy the url of any tumblr.com blog (format: <blogname>. ...
  3. Alternatively, if you copy (ctrl-c) a whole <blogname>. ...
  4. To start the download process, click on 'Download'.

How can I download all images from a Tumblr blog? ›

Save and archive all Tumblr images

TumblRipper's simple and easy to understand interface only requires you to enter a destination folder and the Tumblr's address. By hitting the load button TumblRipper will download every image from a Tumblr blog and store it on your computer.

How do I backup my blog? ›

Back up your blog content

Sign in to Blogger. At the top left, click the blog you want to back up. In the left menu, click Settings. Under "Manage blog," click Back up content.

How do I get my Tumblr blog back? ›

If you've deleted your account or blog, we cannot recover it for you. All deletions on Tumblr are final.

How do I download a Tumblr archive? ›

To save your blog, first go to the Account icon in the upper right hand of the dashboard. Then, choose Settings and the blog you want to save, then click the Export button at the bottom of the new screen. The site will start processing your blog information (which will take forever, btw).

Can you download from Tumblr? ›

Download Videos from Tumblr on Android Devices

Tumbloader is dedicated to Android users to save video files to their Android devices. It is a popular app with over 65,000 users. It allows users to download videos, photos, and records from Tumblr.

How to use a MelonLoader? ›

Automated Installation
  1. Download MelonLoader.Installer.exe.
  2. Run MelonLoader.Installer.exe.
  3. Click the SELECT button.
  4. Select and Open the Game's EXE in your Game's Installation Folder.
  5. Select which Version of MelonLoader to install using the Drop-Down List. ...
  6. Click the INSTALL or RE-INSTALL button.

Does Tumblr save deleted posts? ›

Please be aware that deletions on Tumblr are final – Deleted posts cannot be restored.

How do I import an exported Tumblr blog? ›

From your WordPress.com dashboard, navigate to Tools → Import:
  1. If you don't see Tumblr in the list, click “Choose from full list“.
  2. Scroll down to the Tumblr option.
  3. Click the “Run Importer” (you may need to click “Install Now” first.)

How long does it take to export Tumblr blog? ›

The general consensus is that a Tumblr Blog export takes 12 to 24 hours, depending on the blog's size. But some people have reported that it took them as long as 3 to 4 days. Don't worry that the Tumblr export is not working if nothing seems to happen in a couple of hours.

Can you transfer a Tumblr blog to another account? ›

Change Account for Tumblr Blog

Step 1: Go to the Members section from the right-side menu of your blog. Step 2: Enter the email address of your new Tumblr account and send an invite to join your blog. Step 3: Tumblr will now send a link to the new email to join the blog under the new Tumblr account.

Can I recover deleted Tumblr posts? ›

All deletions on Tumblr are final – Deleted accounts or blogs cannot be restored. To be able to delete your account you'll need: To know your registered email address. Your account password.

Can you revive an old blog? ›

Another highly effective way to revive old blog content is to write follow up posts. Follow up articles are often the best way to revive your old articles, because they can be advertised as new content. They can also help you build a network of internal links that will keep readers on your site longer.

Do old Tumblr blogs get deleted? ›

Does Tumblr delete inactive accounts automatically? Technically, Tumblr never deletes old accounts. However, if you don't log in for a year or more, it does mark them as dormant.

Top Articles
Latest Posts
Article information

Author: Jeremiah Abshire

Last Updated:

Views: 5373

Rating: 4.3 / 5 (74 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Jeremiah Abshire

Birthday: 1993-09-14

Address: Apt. 425 92748 Jannie Centers, Port Nikitaville, VT 82110

Phone: +8096210939894

Job: Lead Healthcare Manager

Hobby: Watching movies, Watching movies, Knapping, LARPing, Coffee roasting, Lacemaking, Gaming

Introduction: My name is Jeremiah Abshire, I am a outstanding, kind, clever, hilarious, curious, hilarious, outstanding person who loves writing and wants to share my knowledge and understanding with you.