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.
- Host: GitHub
- URL: https://github.com/qin2dim/istockphoto-go
- Owner: QIN2DIM
- License: apache-2.0
- Created: 2022-08-12T19:25:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T13:39:36.000Z (about 2 years ago)
- Last Synced: 2025-03-25T20:01:44.660Z (about 1 month ago)
- Topics: colly, crawler, istockphoto
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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 mainimport "github.com/QIN2DIM/istockphoto-go/downloader"
func main() {
downloader.NewDownloader("cyberpunk").Mining()
}
```