No description
Find a file
Thiago Navarro da558974a0 Fixed crashing
2023-07-04 20:35:45 +00:00
src Fixed crashing 2023-07-04 20:35:45 +00:00
tests init 2022-03-29 23:41:43 +00:00
.gitignore Version 1.1.1 2022-04-17 19:24:31 +00:00
changelog.md Fixed crashing 2023-07-04 20:35:45 +00:00
config.nims moved types to new file 2022-05-16 18:25:56 +00:00
gimg.nimble Version 1.3.0 2023-07-04 20:27:52 +00:00
license Fixed author, added license and added a new todo 2022-06-03 12:55:04 +00:00
readme.md Fixed author, added license and added a new todo 2022-06-03 12:55:04 +00:00

Gimg

Google Images searcher

Features

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