Code Monkey home page Code Monkey logo

watson's Introduction

Watson - A Discord Bot for Sherlock

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.

Setup

Prerequisites

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

Installation

  1. Navigate to the sherlock directory:
cd sherlock
  1. Create a new directory named discordbot:
mkdir discordbot
  1. Navigate to the discordbot directory:
cd discordbot
  1. Clone the Watson repository into the discordbot directory:
git clone https://github.com/RocketGod-git/watson .
  1. Update the config.json file with your bot's token. Your config.json should look like this:
{
	"discord_bot_token": "REPLACE WITH YOUR BOT TOKEN"
}

Running the Bot

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.

Usage

Once the bot is running, you can utilize the following slash commands on your Discord server:

/sherlock

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., '_', '-', '.').

/help

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.

RocketGod

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.