/discordbot-blackboard

Get notification on IU Blackboard

Primary LanguageJavaScript

learning-notification-discord-bot

get notification on blackboard then send to discord server

Install packages

npm install

Create .env file

touch .env

Congifure your bot

  • ID=studentID
  • PASSWORD=password
  • TOKEN=discord-bot-token
  • CYCLE=distance-between-each-crawling

Set default host

I set default host is https://blackboard.hcmiu.edu.vn

You can replace it with any host using blackboard (in __construct of modules/iu.js and modules/blackboard.js).

I tried to rewrite this code to easy for readability, but i lost it :'(