Hi everyone!
I'm trying to use geopy in my little app, but few things really bother me. I would like use google geocoder, so I should provide API KEY. To obtain API KEY for this service you have to provide IP address of server. I've tried ping my app name and use this address to obtain my api key, apparently this is not the best idea - not working. Off course I can use any other (free) geocoder service instead Google, but installed geopy version can't support ie. Nominatim. Any advice?
Tomek