Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalbhor/Image-Scraper
Fast concurrent image scraper
https://github.com/kalbhor/Image-Scraper
golang image-scraper multithreading scraper
Last synced: 3 months ago
JSON representation
Fast concurrent image scraper
- Host: GitHub
- URL: https://github.com/kalbhor/Image-Scraper
- Owner: kalbhor
- License: mit
- Created: 2017-05-04T19:08:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T15:21:02.000Z (over 7 years ago)
- Last Synced: 2024-06-28T01:48:15.113Z (5 months ago)
- Topics: golang, image-scraper, multithreading, scraper
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 35
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageScraper
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](LICENSE)
> ### A high performance, concurrent Image Scraper.
## Installation
### Releases
[Latest release](https://github.com/kalbhor/Image-Scraper/releases)### Source
```sh
$ git clone https://github.com/kalbhor/image-scraper
$ cd image-scraper
$ go build imagescraper.go
```## Usage
```sh
$ ./imagescraper [URLs]
```## Contribute
Found an issue? Post it in the [issue tracker](https://github.com/kalbhor/Image-Scraper/issues).
Want to add another awesome feature? [Fork](https://github.com/kalbhor/Image-Scraper/fork) this repository and add your feature, then send a pull request.##### Binaries for Linux required.
## License
The MIT License (MIT)
Copyright (c) 2017 Lakshay Kalbhor