forked from ilektrojohn/creepy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
65 lines (33 loc) · 1.72 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Requirements :
** tweepy https://github.com/joshthecoder/tweepy
** osmgpsmap 0.7 https://github.com/nzjrs/osm-gps-map
** python-flickrapi http://stuvel.eu/flickrapi
** BeautifulSoup http://www.crummy.com/software/BeautifulSoup/
** pyexiv2 http://tilloy.net/dev/pyexiv2/
** python-configobj
** python-simplejson
Ubuntu 10.10
-----------------------------------------------------------------
Semi-Automatic way (Recommended):
Install tweepy :
# easy_install tweepy
Download and install the .deb package from https://github.com/ilektrojohn/creepy/downloads .
Alternatively add creepy's ppa with :
$ sudo add-apt-repository ppa:jkakavas/creepy
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
Backtrack 4 ( R2 )
--------------------------------------------------------------------------------
1) add `deb http://people.dsv.su.se/~kakavas/creepy binary/` to your /etc/apt/sources.list
2)`# apt-get update`
3)`# apt-get install creepy`
Off creepying you go!!!
MS Windows
----------------------------------------------------------------------------------------
Download the installer from https://github.com/downloads/ilektrojohn/creepy/Creepy_Setup.exe
Run it, Done.
All dependencies are included in the exe.
NOTE: In Windows XP systems, if when running the application you get a system error about the current configuration e.t.c , means that you don't have the MSVCR90.DLL needed for python interpreter. Download and install the [[http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2]] Visual C++ distributable package and the problem will be solved.