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)
Top Articles
150 Best Super Bowl Recipes (Easy Game Day Food) - Kindly Unspoken
50 Irresistible Super Bowl Snacks
Express Pay Cspire
Celebrity Extra
Ymca Sammamish Class Schedule
Federal Fusion 308 165 Grain Ballistics Chart
Es.cvs.com/Otchs/Devoted
Top 10: Die besten italienischen Restaurants in Wien - Falstaff
Wausau Marketplace
Goteach11
Ohiohealth Esource Employee Login
What’s the Difference Between Cash Flow and Profit?
Shuiby aslam - ForeverMissed.com Online Memorials
Summoner Class Calamity Guide
Becu Turbotax Discount Code
Interactive Maps: States where guns are sold online most
24 Best Things To Do in Great Yarmouth Norfolk
Nhl Wikia
Commodore Beach Club Live Cam
Effingham Bookings Florence Sc
Publix Super Market At Rainbow Square Shopping Center Dunnellon Photos
Faurot Field Virtual Seating Chart
Shopmonsterus Reviews
Fsga Golf
Touchless Car Wash Schaumburg
Ups Drop Off Newton Ks
Nsa Panama City Mwr
Regal Amc Near Me
Craigslist List Albuquerque: Your Ultimate Guide to Buying, Selling, and Finding Everything - First Republic Craigslist
Urbfsdreamgirl
TJ Maxx‘s Top 12 Competitors: An Expert Analysis - Marketing Scoop
Srjc.book Store
Past Weather by Zip Code - Data Table
Perry Inhofe Mansion
O'reilly's Wrens Georgia
Workboy Kennel
A Small Traveling Suitcase Figgerits
Wednesday Morning Gifs
Spinning Gold Showtimes Near Emagine Birch Run
Chris Provost Daughter Addie
New Gold Lee
Pensacola Cars Craigslist
Walmart Pharmacy Hours: What Time Does The Pharmacy Open and Close?
Jetblue 1919
Thor Majestic 23A Floor Plan
Sig Mlok Bayonet Mount
Smite Builds Season 9
Wgu Admissions Login
Rocket League Tracker: A useful tool for every player
Boyfriends Extra Chapter 6
Fine Taladorian Cheese Platter
La Fitness Oxford Valley Class Schedule
Latest Posts
Article information

Author: Horacio Brakus JD

Last Updated:

Views: 5609

Rating: 4 / 5 (71 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Horacio Brakus JD

Birthday: 1999-08-21

Address: Apt. 524 43384 Minnie Prairie, South Edda, MA 62804

Phone: +5931039998219

Job: Sales Strategist

Hobby: Sculling, Kitesurfing, Orienteering, Painting, Computer programming, Creative writing, Scuba diving

Introduction: My name is Horacio Brakus JD, I am a lively, splendid, jolly, vivacious, vast, cheerful, agreeable person who loves writing and wants to share my knowledge and understanding with you.