callum411 / stockx-discord

A StockX Discord bot that can retrieve product data via a direct URL or keywords.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StockX Bot using Discord.js

A StockX Discord bot that can retrieve product data via a direct URL or keywords.

Installation

  1. Download/clone this repository.
  2. Ensure that you have Node installed.
  3. Open cmd/terminal in the downloaded folder.
  4. Edit the configuration inside of the index.js file entering a valid bot token which can be obtained from here
  5. Run npm install and then to start the bot run node index.js

Usage

Once the bot is online you can use these commands:

  • !stockx [url] (e.g. !stockx https://stockx.com/adidas-yeezy-boost-350-v2-butter)
  • !stockx [keywords] (e.g. !stockx yeezy butter)

About

A StockX Discord bot that can retrieve product data via a direct URL or keywords.


Languages

Language:JavaScript 100.0%