get notification on blackboard then send to discord server
npm install
touch .env
- ID=studentID
- PASSWORD=password
- TOKEN=discord-bot-token
- CYCLE=distance-between-each-crawling
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 :'(