gimg

Google Images scraper lib and CLI

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-22 05:28

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 - - - - - - -

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