- git clone and stuff
- copy
.env.exampleto.envand input a paid gemini key- too poor to afford? find it on a repo where someone didnt gitignore their
.env!
- too poor to afford? find it on a repo where someone didnt gitignore their
- install bun
- run
bun . - profit (accs in data/acc.txt in format email:pass:token)
you can confirm the code works by running src/test.ts (it uses the first entry in acc.txt by default)
this is a very imrpotantr note. if you attempt to login on edpuzzle via email/pass, you will run into issues such as having to input the school and the email not being verified. fun fact, these aren't supposed to be normal accounts. they work to the extent of fetching assignments for the answers. yay fun!