Home - hsj51/SearchX GitHub Wiki

Getting started

This guide will cover everything for deploying the bot properly. Focus and patience are needed are as always.

  • Run the below script to clone the repo
git clone https://github.com/hsj51/SearchX
cd SearchX

Configuring the bot

There are three mandatory files that are needed for the bot to run

  1. credentials.json
  2. drive_list
  3. config.env

Deploying the bot

There are two guides available for deploying the bot

Searching data efficiently

As there's a telegraph limit exists for contents, you may not get the data you were looking for. Using flags can reduce the problem most of the time. There are two flags available.

  • -f is for searching files only
/search -f <query>
  • -d is for searching folders only
/search -d <query>
⚠️ **GitHub.com Fallback** ⚠️