This is a bot that scrapes the Diablo Clone Tracker API and offers some functionalities on Discord:
/uberdiablo
command for Diablo Clone tracker verification.- Proactive reports when the tracker progresses.
Click this link to add D2 Clone bot to your Discord server!
You may also download the code, alter it in any fashion and run the bot on your own computer.
- Create a Discord Application, enable a bot account and create its authentication token.
- Set your token as the
DISCORD_TOKEN
environment variable by runningexport DISCORD_TOKEN=YOUR_TOKEN_HERE
.- Optionally set the
DISCORD_CHANNEL_ID
to match the ID of the channel you wish to receive proactive status updates.
- Optionally set the
- Download and run the bot by executing the following:
git clone https://github.com/fredericojordan/d2clonebot.git cd d2clonebot python d2clone_discord.py
- Generate an invite link and add the bot to your Discord server.