tumblr-scraper is a command-line tool written in Python for scraping photos and videos from tumblr blogs.
To get started, you can install tumblr-scraper by using pip
:
$ pip install tumblr-scraper
tumblr-scraper supports Python 3.7+.
You can scrape the media from a blog by running:
$ tumblr-scraper <blog>
All of the media will be downloaded in a directory named after the blog in your current working directory: <cwd>/<blog>
Here are the command-line arguments available:
usage: tumblr-scraper [-h] [-v] blog
positional arguments:
blog The name of the tumblr blog
optional arguments:
-h, --help show this help message and exit
-v, --verbose Enable debugging