mirror of
https://github.com/thisago/gimg
synced 2026-01-15 04:41:48 +00:00
No description
| src | ||
| tests | ||
| .gitignore | ||
| changelog.md | ||
| config.nims | ||
| gimg.nimble | ||
| license | ||
| readme.md | ||
Gimg
Google Images searcher
Features
- CLI
Search
- Specifications filtering
- Filters (Tools)
- Size
- Color
- Type
- Time
- Usage Rights
Data extracted
Here is an sample of returned object in json
{
"specifications": [],
"suggestedSpecifications": [
{
"name": "",
"icon": ""
}
],
"images": [
{
"title": "",
"thumbnail": {
"src": "",
"width": 0,
"height": 0
},
"original": {
"src": "", // Here is the original image url
"width": 0,
"height": 0
},
"site": "",
"credit": "",
"author": "",
"copyright": "",
"description": ""
}
]
}
TODO
- Add tests
- Add the url creation parameters to result object
- Improve readme
License
MIT