BeppeTemp / DestinyVendorBot

Telegram Bot, which uses the Bungie.NET API to manage Destiny 2 game world items and information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DestinyVendorBot

This bot allows you to see the inventory of the gunsmith and know if the item for sale is already in your inventory, spider and xur. A login phase is provided first, after which it is possible to carry out the desired queries. There are also some commands such as /restart to restart the bot, or /logout to want to exit the bot and delete your login credentials.

If you want try the bot on Telegram

@DestinyVendorBot

Prerequisites

  • Node.js version 10.14.1 or higher

    # determine node version
    node --version

To run the bot

  • Install modules

    npm install
  • Install modules axios

     npm install axios
  • Install modules qs

     npm install qs
  • Start the bot

    node index.js

Testing the bot using Bot Framework Emulator

Bot Framework Emulator is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.

  • Install the Bot Framework Emulator version 4.9.0 or greater from here

Connect to the bot using Bot Framework Emulator

  • Launch Bot Framework Emulator
  • File -> Open Bot
  • Enter a Bot URL of http://localhost:3978/api/messages

About

Telegram Bot, which uses the Bungie.NET API to manage Destiny 2 game world items and information.


Languages

Language:JavaScript 99.0%Language:Shell 1.0%