diff --git a/.gitignore b/.gitignore index 11bb095..2ec55a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.pyc dataset/* dataset +dist +image_search.egg-info \ No newline at end of file diff --git a/README.md b/README.md index 273edc5..de1aa6b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # Image Search Python Package -[![Build Status](https://travis-ci.org/rushilsrivastava/image-scrapers.svg?branch=master)](https://travis-ci.org/rushilsrivastava/image-scrapers) +[![Build Status](https://travis-ci.org/rushilsrivastava/image-scrapers.svg?branch=master)](https://travis-ci.org/rushilsrivastava/image_search) A simple python package for saving images from Bing and Google without using API keys. This package utilizes web browsers to help scrape images found on web searches. This should only be used for educational and personal purposes only. I am not responsible for any issues that may arise by scraping such sources. All images are copyrighted and owned by their respective owners, I do not claim any ownership. +Ensure you have the [appropriate version](https://sites.google.com/a/chromium.org/chromedriver/downloads) of ChromeDriver on your machine if you would like to scrape from Google Images. + ## Usage usage: image_search [-h] [--limit LIMIT] [--json] [--url URL]