{"id":16573676,"url":"https://github.com/dkarter/uule_grabber","last_synced_at":"2025-03-21T12:31:26.961Z","repository":{"id":62430672,"uuid":"64514642","full_name":"dkarter/uule_grabber","owner":"dkarter","description":"🌎 Generates UULE codes for Google Search to allow localized searches.","archived":false,"fork":false,"pushed_at":"2024-08-12T14:39:27.000Z","size":15,"stargazers_count":5,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-12T21:42:48.145Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://doriankarter.com","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dkarter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-29T22:50:04.000Z","updated_at":"2024-08-12T14:38:14.000Z","dependencies_parsed_at":"2024-08-12T16:42:37.184Z","dependency_job_id":null,"html_url":"https://github.com/dkarter/uule_grabber","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2Fuule_grabber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2Fuule_grabber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2Fuule_grabber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2Fuule_grabber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkarter","download_url":"https://codeload.github.com/dkarter/uule_grabber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221815146,"owners_count":16885129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T21:42:48.338Z","updated_at":"2024-10-28T10:07:32.001Z","avatar_url":"https://github.com/dkarter.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UuleGrabber\n\n[![Build Status](https://travis-ci.org/dkarter/uule_grabber.svg?branch=master)](https://travis-ci.org/dkarter/uule_grabber) [![Hex Version](https://img.shields.io/hexpm/v/uule_grabber.svg)](https://hex.pm/packages/uule_grabber)\n\nGenerates uule codes for google to allow localized searches.\n\nGet the latest geo locations canonical names csv from:\nhttps://developers.google.com/adwords/api/docs/appendix/geotargeting\n\n\nTo use the generated uule code, apply it to the Google query url.\n\nE.g. To search for pizza in Chicago:\n\n```\nhttps://www.google.com/search?q=pizza\u0026uule=w+CAIQICIeQ2hpY2FnbyxJbGxpbm9pcyxVbml0ZWQgU3RhdGVz\n```\n\n\n## Installation\n\n  1. Add `uule_grabber` to your list of dependencies in `mix.exs`:\n\n    ```elixir\n    def deps do\n      [{:uule_grabber, \"~\u003e 0.1.0\"}]\n    end\n    ```\n\n  2. Ensure `uule_grabber` is started before your application:\n\n    ```elixir\n    def application do\n      [applications: [:uule_grabber]]\n    end\n    ```\n\n## Usage\n\n```elixir\nUuleGrabber.uule_for_location(\"Chicago,Illinois,United States\")\n# \"w+CAIQICIeQ2hpY2FnbyxJbGxpbm9pcyxVbml0ZWQgU3RhdGVz\"\n```\n\n## Credits\n\nPorted to Elixir based on the php implementation:\nhttps://github.com/512banque/uule-grabber\n\n## About\n\n[![Hashrocket logo](https://hashrocket.com/hashrocket_logo.svg)](https://hashrocket.com)\n\nUULE Grabber is supported by the team at [Hashrocket, a\nmultidisciplinary design and development consultancy](https://hashrocket.com).\nIf you'd like to [work with us](https://hashrocket.com/contact-us/hire-us) or\n[join our team](https://hashrocket.com/contact-us/jobs), don't hesitate to get\nin touch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkarter%2Fuule_grabber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkarter%2Fuule_grabber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkarter%2Fuule_grabber/lists"}