Investigo is a command-line tool written in Go
to investigate usernames and download their data on social media.
To compile Investigo, Go 1.12 or higher is required.
git clone https://github.com/tdh8316/Investigo.git
cd Investigo
go build
$ investigo -h
Investigo - Investigate User Across Social Networks.
usage: investigo USERNAME [USERNAMES...] flags options
perform test: investigo --test
positional arguments:
USERNAMES one or more usernames to investigate
flags:
-h, --help show this help message and exit
--no-color disable colored stdout output
--no-output disable file output
--update update database before run from Sherlock repository
-t, --tor use tor proxy
-v, --verbose verbose output
-d, --download download the contents of site if available
options:
--database DATABASE use custom database
--sites SITES specific sites to investigate (Separated by comma)
--timeout SECONDS specific http request timeout
Investigo uses Sherlock database.
Therefore, in case you want to add a new site to the database, you can make an issue or a pull request on the Sherlock repository.
Licensed under the MIT License
Copyright 2024 Donghyeok Tak