Watson is a Discord bot designed to interface with the Sherlock project. It allows users to search for usernames on various social networks directly from Discord using the power of Sherlock.
This bot requires the Sherlock project to function. If you haven't already cloned the Sherlock repository, you can do so with the following command:
git clone https://github.com/sherlock-project/sherlock
- Navigate to the
sherlock
directory:
cd sherlock
- Create a new directory named
discordbot
:
mkdir discordbot
- Navigate to the
discordbot
directory:
cd discordbot
- Clone the Watson repository into the
discordbot
directory:
git clone https://github.com/RocketGod-git/watson .
- Update the
config.json
file with your bot's token. Yourconfig.json
should look like this:
{
"discord_bot_token": "REPLACE WITH YOUR BOT TOKEN"
}
For Windows users:
-
Run the
run.bat
file. This will automatically set up a virtual environment, install the required packages on the first run, and then run the bot. -
Execute the
run.sh
script:
./run.bat
For Linux users:
- Execute the
run.sh
script:
./run.sh
This script will perform the same setup actions as the Windows batch file.
Once the bot is running, you can utilize the following slash commands on your Discord server:
Search for a username across various social networks using the Sherlock tool. By default, the search will include NSFW links.
Usage:
/sherlock [username]
: Search for a specific username.- Options:
similar
: Check for similar usernames by replacing them with variations (e.g., '_', '-', '.').
Displays a list of available commands and their descriptions.
Thank you for using Watson! If you find any issues or have any feedback, feel free to contribute to the Watson repository.