File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# wappalyzer-python
2
+ ![ pypi badge] ( https://badge.fury.io/py/scrapy-streamitem.png )
3
+
2
4
Python wrapper for [ Wappalizer] ( https://wappalyzer.com/ ) (utility that uncovers the technologies used on websites)
3
5
4
6
# How to use it
@@ -68,17 +70,23 @@ Or update them individually:
68
70
* [ PyV8] ( https://github.com/okoye/PyV8 )
69
71
* [ lxml] ( https://github.com/lxml/lxml )
70
72
73
+ Note for macos users: If you have problems installing PyV8 you can use [ PyV8-OS-X] ( https://github.com/brokenseal/PyV8-OS-X ) :
74
+ ```
75
+ pip install -e git://github.com/brokenseal/PyV8-OS-X#egg=pyv8
76
+ ```
77
+
71
78
# Install
72
79
73
80
Using setup:
74
81
75
82
``` python
76
- >> > python setup.py install
83
+ python setup.py install
77
84
```
78
85
79
86
Using pypi:
80
87
81
88
``` python
82
- >> > pip install wappalyzer- python
89
+ pip install wappalyzer- python
83
90
```
84
91
92
+
You can’t perform that action at this time.
0 commit comments