tumblr-image-downloader

Contains tools for downloading images from Tumblr blogs

Usage no npm install needed!

<script type="module">
  import tumblrImageDownloader from 'https://cdn.skypack.dev/tumblr-image-downloader';
</script>

README

Tumblr Image Downloader

This package contains tools for downloading images from Tumblr blogs.

NPM

Build Status FOSSA Status

Example

The following command:

tumblr-image-downloader carpics ~/carpics

Would download all photos from carpics.tumblr.com to the "~/carpics" directory.

For programmatic access, see the documentation below.

Documentation

Documentation is available under docs/. A copy of the documentation is also available here.

Test

Test with npm test. Tests are written in mocha.