Ecosyste.ms: Awesome
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: 6 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T13:39:36.000Z (over 1 year ago)
- Last Synced: 2024-10-18T08:15:33.657Z (19 days ago)
- Topics: colly, crawler, istockphoto
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 3
- 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()
}
```![image-20220818084304218](https://user-images.githubusercontent.com/62018067/185268084-23e4db6a-7162-4297-ba41-bb401a1e9ec6.png)