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

https://github.com/qin2dim/istockphoto-go

📸 Gracefully download dataset from iStockPhoto.
https://github.com/qin2dim/istockphoto-go

colly crawler istockphoto

Last synced: 22 days ago
JSON representation

📸 Gracefully download dataset from iStockPhoto.

Awesome Lists containing this project

README

        



IstockPhoto Go


📸 Gracefully download dataset from istockphoto.













## Installation

```bash
go get -u github.com/QIN2DIM/istockphoto-go
```

## Example

See [wiki](https://github.com/QIN2DIM/istockphoto-go/wiki) for more detailed examples.

[ForCN. 这是一个被墙的网站,需要开启系统代理]

```go
package main

import "github.com/QIN2DIM/istockphoto-go/downloader"

func main() {
downloader.NewDownloader("cyberpunk").Mining()
}
```

![image-20220818084304218](https://user-images.githubusercontent.com/62018067/185268084-23e4db6a-7162-4297-ba41-bb401a1e9ec6.png)