Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrymxu/imagedownloader
Download large amounts of images from public image sources
https://github.com/henrymxu/imagedownloader
Last synced: about 2 months ago
JSON representation
Download large amounts of images from public image sources
- Host: GitHub
- URL: https://github.com/henrymxu/imagedownloader
- Owner: henrymxu
- License: mit
- Created: 2018-10-04T02:26:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T23:29:27.000Z (almost 5 years ago)
- Last Synced: 2023-08-09T09:43:03.903Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Downloader
Program to download large amounts of images from public image sources
## Currently supported Image sources
- Flickr
## Example command line usage
`./imagedownloader -cfg=config.toml -source=flickr "-search=porsche 918" -folder=~/Documents/ImageSet/porsche918 -format=image_%d.jpg -count=250 -exclude=911 -exclude=turbo`
- cfg = location of config file, follow the template provided in `_examples/config_example.toml`
- source = source of images, requires correct api key to be found in `config.tml` if source requires API key (default is `flickr`)
- search = keyword for images
- folder = name of the folder where images will be saved, path is absolute (can use `~`)
- format = format for names of images, if `%s` is not provided, `_%s` will be appended to the end, where %s is the image number (default is `image_%d.jpg`)
- count = number of images to download (default is `250`)
- exclude (optional) = keywords that should be excluded from search## Config
- FlickrApiKey = ApiKey required to use Flickr services# License
MIT