https://github.com/shaunlwm/sherlock
🔎 Find usernames across social networks
https://github.com/shaunlwm/sherlock
social-network spying
Last synced: 2 months ago
JSON representation
🔎 Find usernames across social networks
- Host: GitHub
- URL: https://github.com/shaunlwm/sherlock
- Owner: ShaunLWM
- License: mit
- Created: 2018-12-31T03:11:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T12:16:17.000Z (over 2 years ago)
- Last Synced: 2025-01-25T20:41:46.846Z (4 months ago)
- Topics: social-network, spying
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sherlock
> Find usernames across [social networks](https://github.com/sdushantha/sherlock/blob/master/sites.md)> A NodeJS port of [Sherlock](https://github.com/sdushantha/sherlock)
## Installation
```bash
# clone the repo
$ git clone https://github.com/ShaunLWM/sherlock# change the working directory to sherlock
$ cd sherlock# install the required modules
$ npm install
or
$ yarn install
```## Usage
```bash
Usage
$ node index.js [--file] [--username] [--parallel]Options
--file, -f parse username from file (each name on a newline)
--username, -u sherlock a single username
--parallel, -p number of concurrent sites to check (default: 5)Examples
$ node index.js --username natgeo
$ node index.js --file "C:\usernames.txt"Note
either "--file" or "--username" has to be used.
```## License
MIT LicenseCopyright (c) 2018 Shaun