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.
- Host: GitHub
- URL: https://github.com/jaycollett/googlesearchimagedownloader
- Owner: jaycollett
- License: gpl-3.0
- Created: 2019-07-25T20:38:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T18:28:34.000Z (almost 7 years ago)
- Last Synced: 2025-09-01T05:48:39.113Z (10 months ago)
- Topics: dotnetcore-2-2, google, image-downloader, image-search, imagedownloader
- Language: C#
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"`