diezep / searcher-bot

This bot help you to search things in wikis of games like Stardew Valley, Terraria or in Google directly from your Discord server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This bot help you to search things in wikis of games like Stardew Valley, Terraria or in Google directly from your Discord server.

License:MIT License


Languages

Language:Python 100.0%