Skip to content

Boxfort/Scrapr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Scrapr

Scrapr is a simple command line image scraper for https://www.tumblr.com.

Requirements

  • Python 2.7
  • BeautifulSoup
    • pip install beautifulsoup4
  • Python-dev
    • sudo apt-get install python-dev

Usage

python main.py [-h] [-t TAG] [-p PAGE] [-n PAGES] [-d DIRECTORY] name

Positional arguments:

     name       name of blog

Optional arguments:

     -h, --help      show this help message and exit

     -t TAG          download images with specified tag.

     -p PAGE      page to start on.

     -n PAGES    number of pages to scrape.

     -d DIRECTORY    directory to save the images.