thisago / gimg

Google Images searcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Google Images searcher

License:MIT License


Languages

Language:Nim 100.0%