Generates UULE codes for Google Search
You can install the package from PyPI by using pip:
$ pip install uule_grabber
>>> import uule_grabber
>>>
>>> city = "Lezigne,Pays de la Loire,France"
>>> uule_grabber.uule(city)
"w+CAIQICIfTGV6aWduZSxQYXlzIGRlIGxhIExvaXJlLEZyYW5jZQ"
You can directly download the data from Google AdWords API: https://developers.google.com/adwords/api/docs/appendix/geotargeting
Ported to Python based on:
- Google UULE parameter: https://valentin.app/uule.html