An open API service indexing awesome lists of open source software.

https://github.com/jaycollett/googlesearchimagedownloader

Simple .NET Core (2.2) console application to search and download images from google.
https://github.com/jaycollett/googlesearchimagedownloader

dotnetcore-2-2 google image-downloader image-search imagedownloader

Last synced: 9 months ago
JSON representation

Simple .NET Core (2.2) console application to search and download images from google.

Awesome Lists containing this project

README

          

# GoogleSearchImageDownloader
Simple .NET Core console application to search and download images from google.

# Dependencies
In order to run this application, you need to have the [Microsoft Dotnet Core 2.2](https://dotnet.microsoft.com/download) runtime installed. No other deps are required. If you wish to modify and build this code, you'll need the Microsoft Dotnet Core SDK. You can can download the compiled version of this code from [here](https://github.com/jaycollett/GoogleSearchImageDownloader/releases).

# Use
`dotnet GoogleSearchImageDownloader.dll "pathToSaveFile" "searchTerm" "imageFileNamePrefix"`