atomicra1n

Results 2 issues of atomicra1n

Hi, just wanted to say that Hydroxide is not working with Synapse V3, it errors saying that the writefile extension is not supported, so you will probably have to change...

Hi, I'm trying to login to Edupage using edupage API, and it works, on my machine. ``` var user = await edupage.login(process.env.USER, decryptedpass, {edupage: process.env.SCHOOL}).catch((err) => { console.log('-----EDUPAGE LOGIN FAILED-----');...