You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
216 B
18 lines
216 B
8 years ago
|
# baddie detector
|
||
|
|
||
|
i2p netdb blacklist generator tool
|
||
|
|
||
|
## usage
|
||
|
|
||
|
|
||
|
building:
|
||
|
|
||
|
python3 -m venv v
|
||
|
v/bin/pip install -r requirements.txt
|
||
|
v/bin/python setup.py install
|
||
|
|
||
|
|
||
|
running:
|
||
|
|
||
|
v/bin/python -m baddiefinder
|