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 302 forks source link

Ubuntu Lucid #2

Closed yvesalexandre closed 13 years ago

yvesalexandre commented 13 years ago

Awesome tool. Is there a way to install it on Lucid (dependencies for osmgpsmap)? Thanks!

ilektrojohn commented 13 years ago

Hi there ! I should really package it for lucid also.. sometime soon! In the meantime you can compile osmgpsmap and the python bindings from source, it's not that much of a hassle. Download the source from here : http://nzjrs.github.com/osm-gps-map/ and follow the instructions . After that either : A) just download the deb from launchpad https://launchpad.net/~jkakavas/+archive/creepy/+packages and install it with sudo dpkg --ignore-depends=python-osmgpsmap -i creepy_0.1.80-1ubuntu2_all.deb or B)download the source from here and run it with python creepymap.py

If you need more help, let me know cheers

yvesalexandre commented 13 years ago

Hi, Thanks for the quick response. I tried to do that but got several problems while installing the dependencies (including when I install manually) :( Would build a deb solve the problem? Cheers

wheresalice commented 13 years ago

I'm not using Ubuntu right now, but according to http://packages.ubuntu.com, python-osmgpsmap is available in Lucid. Is the issue that the Lucid version is too old?

ilektrojohn commented 13 years ago

Yes, the problem is that osmgpsmap is v0.5 in Lucid and I'm using some features of it that were introduced in v0.7 . I'm currently reworking the code for creepy to work with osmgpsmap v0.5 and I will post updates soon

ilektrojohn commented 13 years ago

Ok, done. Easier than I thought it would be, should have tried it long ago. Some minor hiccups but the main functionality is ported. Next release ( tomorrow ) will get a Lucid repository in launchpad also . I consider that fixed and close the issue. (for now)

ilektrojohn commented 13 years ago

So packages are available for ubuntu 10.04

To get them :

$ sudo add-apt-repository ppa:jkakavas/creepy-lucid

update the package list :

$ sudo apt-get update

and install creepy with :

$ sudo apt-get install creepy

creepy is now on the main menu, under Applications -> Internet

ilektrojohn commented 13 years ago

ps. It is still queued for building in launchpad, should be available in the following minutes

yvesalexandre commented 13 years ago

Thanks! I tried to update but here is what I got back

Fetched 2,633B in 5s (520B/s)
W: Failed to fetch http://ppa.launchpad.net/jkakavas/creepy/ubuntu/dists/karmic/main/binary-amd64/Packages.gz 404 Not Found

W: Failed to fetch http://ppa.launchpad.net/jkakavas/creepy-lucid/ubuntu/dists/karmic/main/binary-amd64/Packages.gz 404 Not Found

ilektrojohn commented 13 years ago

The problem is that you are running karmik koala ( 9.10 ) . I dont think I 'm gonna port it to be able to run in karmik .. Main problem is osmgpsmap which is a crucial part of creepy, and on karmik it is version 0.2 with which I can't really do much.

You should update to lucid at least anyway, it's LTS also.