Chalarangelo / unscrape

A simple image scraper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unscrape

A simple image scraper for Unsplash, meant only as a tutorial/learning opportunity.

Please refrain from using this in any real-world scenario, as it is against the Terms & Conditions of Unsplash.

Usage

  1. Download source code.
  2. Download the latest release of geckodriver and paste the contents of the zip file to the same folder as unscrape.py.
  3. Run unscrape.py. - Syntax unscrape.py [search_query] [scroll]

Arguments

  • [search_query] (Optional): Specifies a search query, used to find images from Unsplash.
  • [scroll] (Optional): A numeric value, defining how far the page should be scroll. Affects the number of images donwloaded.

About

A simple image scraper.

License:MIT License


Languages

Language:Python 100.0%