Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 655 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 655 Bytes

TDC a tumblr-downloader

A GUI and command line Tumblr image downloader written in C#. It uses the Tumblr API V1. V2 is used for downloading avatars.

Usage

Usage: tdc.exe <url> [<directory>]

eg. tdc.exe xyz.tumblr.com
eg. tdc.exe xyz.tumblr.com c:\pictures\xxx.tumblr.com\
eg. tdc.exe xyz.tumblr.com c:\pictures\xxx.tumblr.com\ -l

Options:

  -l,   saves JSON file(s) to a JSON folder. 

TDownGUI is a Windows WPF app

Tumblr image downloader written in C#. It uses the Tumblr API V1. V2 is used for downloading avatars.

Development environment used

Windows 10 x64.

Visual Studio 2015 Update 3.

Known limitations

License

MIT