Giter Site home page Giter Site logo

bilgewater-bot's Introduction

alt text

Bilgewater-Bot

Discord bot for displaying World of Warcraft statistics and information.

Setup

This project requires Node.js to run.

Because of API request limits, this bot is not currently deployed on a public server. If you want to use it, you'll have to host the bot on your own machine, configure it with your own API tokens, and create a discord app for the bot to run under.

Once you have the project downloaded to the desired working directory, open a command line and install dependencies:

npm install

Then run the bot:

node bot.js

Configuration

To configure the bot, create a file in the root project directory named "config.json"

{
   "token": "",
   "prefix": "",
   "battlenet": "",
   "battlenetaccess": "",
   "warcraftLogs": "",
   "tsm": "",
   "ownerID": "",
   "game": "",
   "googleApi": "",
   "googleCx": "",
   "searchDelay": ""
}

token: Your Discord app token

prefix: Character or string to precede recognized commands, Default is '>'

battlenet: Your Battle.net API client ID

battlenetaccess: Your Battle.net API access token

warcraftLogs: Your Warcraft Logs API access token

tsm: Your Trade Skill Master API access token

ownerID: Your Discord user ID

game: Game the bot will be listed as playing on launch, Default is 'help'

googleApi: Your Google Custom Search API token

googleCx: Your Google Custom Search CX ID

searchDelay: Time in seconds user must wait to search again

Commands

>help --- Displays available commands

>bookmarks --- bookmark up to 10 characters for use with other commands

>toon --- Looks up a character and displays some basic stats

>affix --- Displays mythic+ affix details and leaderboards for the current week

>logs --- Get raid or encounter logs for a character

>setgame --- Sets the game that the bot is listed as playing, only the bot owner can use this command

>search --- Perform a Wowhead search

>token --- Look up current WoW token prices

>price --- Look up current auction prices for an item

bilgewater-bot's People

Watchers

 avatar

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.