Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 322 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 322 Bytes

unsplash_scraper

A tool for scraping free images from Unsplash.

Quick Start

  1. Set up a python virtual environment. (Tested with python 3.8.9.)
  2. Install dependencies: pip install -r requirements.txt
  3. Run the script. Example:
python scrape_unsplash.py "living room" --out-dir out --max-images 10