Skip to content
Ruth Gonzalez edited this page Feb 11, 2021 · 7 revisions

Command Line Interface

Installation

docker build -t spyscrap .
docker run -ti -v /PATH/TO/SpyScrap/src/data:/spyscrap/data spyscrap  [options]

You must put the image you want to be used for facial recognition under the shared volume in docker as in the next example:

docker run -ti -v /Users/ruthgnz/Documents/osint/SpyScrap/src/data:/spyscrap/data sp  -t twitter -n "ruth gonzalez novillo" -i ./data/descarga.jpeg

Usage & Results

Clone this wiki locally