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
sherlockdirectory:
cd sherlock- Create a new directory named
discordbot:
mkdir discordbot- Navigate to the
discordbotdirectory:
cd discordbot- Clone the Watson repository into the
discordbotdirectory:
git clone https://github.com/RocketGod-git/watson .- Update the
config.jsonfile with your bot's token. Yourconfig.jsonshould look like this:
{
"discord_bot_token": "REPLACE WITH YOUR BOT TOKEN"
}For Windows users:
-
Run the
run.batfile. This will automatically set up a virtual environment, install the required packages on the first run, and then run the bot. -
Execute the
run.shscript:
./run.batFor Linux users:
- Execute the
run.shscript:
./run.shThis 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.