This repo contains all the code you need to make your Discord bot into a BDO Boss Alerter. All the data comes from scraping Urzas Archives. Without an official api for boss spawns, this app is bound to break in the future. If a proper api ever does come out, I can go back and update the project.
Due to urzasarchives being outdated, BDO Boss Alerts cannot scrape for boss data.
Download the project and install Node.js: https://nodejs.org/en/
Create A Discord App: https://discordapp.com/developers/applications/me
- Record Client ID & Create A Bot User
Invite The Bot To Your Server: - Replace the section with XXXXXXXXXXXXXXX in the link below with your Client ID.
- https://discordapp.com/oauth2/authorize?client_id=XXXXXXXXXXXXXXX&scope=bot&permissions=1
Insert your App Bot User Token and desired text-channel-id in the config.json file
Go inside the project, through your terminal, and type:
npm install
node app.js
Your bot should be running and good to go!