/d2terror

D2:R Terror Zone Discord bot

Primary LanguagePythonMIT LicenseMIT

Diablo II: Resurrected - Terror Zone Discord Bot

Add to Discord powered-by-d2runewizard.com

This is a bot that scrapes d2runewizard's API and offers the following functionalities on Discord:

!terror command

Quickstart

Click here to add D2 Terror Zone bot to your Discord server!

Running your own bot

You may also download the code, alter it in any fashion and run the bot on your own computer.

  1. Create a Discord Application, enable a bot account and create its authentication token.
  2. Set your Discord token as the DISCORD_TOKEN environment variable by running export DISCORD_TOKEN=YOUR_TOKEN_HERE.
  3. Ask for your D2RuneWizard API token and set it as the D2RUNEWIZARD_TOKEN environment variable.
  4. Download and run the bot by executing the following:
    git clone https://github.com/fredericojordan/d2terror.git
    cd d2terror
    python d2terror_discord.py
  5. Generate an invite link and add the bot to your Discord server.