Skip to content

Latest commit

 

History

History

unsplash_scraper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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