module
Version:
v0.0.0-...-678509e
Opens a new window with list of versions in this module.
Published: May 9, 2023
License: MIT
Opens a new window with license information.
README
¶
iapi
Scrape and downlaod images from google images
Sample code
func main() {
// initialize api
api := iapi.NewGoogleImageApi("pinterest",
iapi.ImageSize{
MinWidth: 500.0,
MinHeight: 1000.0,
})
// search for images
_ = api.Search("messi+pinterest")
// Download images urls
api.DownloadUrls("messi")
}
Directories
¶
Click to show internal directories.
Click to hide internal directories.