- node
LINK: https://nodejs.org/en
- A text editor
Recommend: https://code.visualstudio.com/
git clone https://github.com/NateCC0902/holdyourfork
cd holdyourfork
npm install
(you may edit by "code main.js" in terminal, if you have vsc)
Inside there are:
let username = '';
let password = '';
let course = 'AAAAA'; // course code you wanna add
// line 34 you need to modif your DUO code there
await duoF.$eval('.passcode-input', el => el.value = ' YOUR DUO CODE '); // YOUR DUO CODE GOES HERE ''
node main.js
This script re add course every 15 mins. DONT make it shorter you may block by school.
DUO passcode is one time use.
headless: false // this is for show you how the script run it. and set it true will run the script background.