pinterest

module
v0.0.0-...-678509e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2023 License: MIT

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

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL