gimg
Google Images scraper lib
Summary
| Latest Version | 1.3.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-02 07:20 |
Tags
Authors
- Thiago Navarro
Installation
nimble install gimg
choosenim install gimg
git clone https://github.com/thisago/gimg
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| gimg | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.4 | No |
| https://github.com/thisago/useragent | - | No |
Source
| Repository | https://github.com/thisago/gimg |
|---|---|
| Homepage | https://github.com/thisago/gimg |
| Registry Source | nimble_official |
README
Gimg
Google Images searcher
Features
- [ ] CLI
Search
- [x] Specifications filtering
- [x] Filters (Tools)
- [x] Size
- [x] Color
- [x] 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