Metadata-Version: 2.1
Name: uule_grabber
Version: 0.1.8
Summary: Generates UULE codes for Google Search
Home-page: https://github.com/ogun/uule_grabber
Download-URL: https://github.com/ogun/uule_grabber/archive/v0.1.8.tar.gz
Author: Kemal Ogun Isik
Author-email: ogunisik@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE

# uule_grabber
Generates UULE codes for Google Search

## Installation
You can install the package from PyPI by using pip:
```sh
$ pip install uule_grabber
```
## Usage
```python
>>> import uule_grabber
>>>
>>> city = "Lezigne,Pays de la Loire,France"
>>> uule_grabber.uule(city)
"w+CAIQICIfTGV6aWduZSxQYXlzIGRlIGxhIExvaXJlLEZyYW5jZQ"
```

## Latest Geo Targets
You can directly download the data from Google AdWords API:
https://developers.google.com/adwords/api/docs/appendix/geotargeting

## Credits
Ported to Python based on:
- The PHP implementation: https://github.com/512banque/uule-grabber
- The Elixir implementation: https://github.com/dkarter/uule_grabber
