ilektrojohn / creepy

A geolocation OSINT tool. Offers geolocation information gathering through social networking platforms.
http://www.geocreepy.com
GNU General Public License v3.0
1.26k stars 300 forks source link

export csv or kml fails #54

Closed marcelmfs closed 7 years ago

marcelmfs commented 10 years ago

csv is failing with '2014-06-06 18:24:18,615 - main - ERROR - 'ascii' codec can't encode character u'\xe7' in position 4: ordinal not in range(128)'

kml fails when trying to open with google earth or google maps.

marcelmfs commented 10 years ago

it never passes this condition:

handle unicode now that we are writing to a file

if isinstance(loc.context,unicode):

Had to handle outside, at the else.

ilektrojohn commented 10 years ago

Thanks, I will fix it in the version I Am working now on