Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 1.87 KB

README.md

File metadata and controls

74 lines (59 loc) · 1.87 KB

Searcher Discord Bot

header searcher-bot

🧾 Table of Contents 🧾

  1. Usage
  2. Example
  3. Searchers
  4. Deployment
  5. Setup
  6. Prerequisites

🔥 Usage 🔥

  • Google
    • _google (what you want search)
  • Stardew Valley
    • _stardew (what you want search) [show 1-5 result]
  • Terraria
    • _terraria (what you want search)
  • Minecraft
    • _minecraft (what you want search)

🎈 Example 🎈

Example discord message:

_google discord bot

Example response:

image

🔎 Searchers 🔎

  • Google
    • google
  • Stardew Valley
    • stardew
    • valley
    • stardewv
    • stardewvalley
  • Terraria
    • terraria
  • Minecraft
    • minecraft
    • mc

💡 Prerequisites 💡

Token

🔨 Setup 🔨

  • Using the package manager pip, install necessary packages running the following command:

    pip install -r requirements.txt
  • Create .env file with the following variables:

    DISCORD_TOKEN = "(Bot token registered in Discord App.)"
    GOOGLE_CHROME_BIN = "(PATH of Google Chrome ['chrome.exe' file])"

🌟 Deployment 🌟

To start the Discord bot run:

python3 main.py