ItsLearningCLI
ItsLearningCLI copied to clipboard
A command line tool that aims to replace It'sLearning.com
It's probably a good idea to store cookies and use them in future requests s.t. a user doesn't perform the log in sequence in every single time the program is...
The "hist" driver uses some hardcoded parameters, but these can be scraped from https://www.itslearning.com/welcome.aspx?clean=true (see the big JSON structure which is used to populate the dropdown) and that way provide...
https://www.npmjs.org/package/terminal-menu
Hey there, nice project! As a Teaching Assistant I have to correct a lot of assignments. It would be wonderful to download all assignments from students based on a filter...
See @evegard implementation: https://gist.github.com/evegard/820568

This will reduce the number of requests and make it work offline. Not to mention: speed it up.