Simple .NET Core console application to search and download images from google.
In order to run this application, you need to have the Microsoft Dotnet Core 2.2 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.
dotnet GoogleSearchImageDownloader.dll "pathToSaveFile" "searchTerm" "imageFileNamePrefix"