The API is pretty comprehensive, and is growing daily. With the exception of some legacy features, all of the web app's UI is built on top of it, as are the mobile apps.
I haven't tried it on other Blackboard deployments. I hope if someone is interested in doing so they may try it out, either as a fork or by making bb more general. I would expect to find issues with differences in the HTML which would have to be handled appropriately.
The QuikPay and Sequoia stuff is specific to institutions/installations that have integrated with those companies, which includes some other than rochester.edu, but of course not all.
It is a (rare) pleasure to see a simple solution posted to HN that does not require Python or some other scripting language. Or GNU sed for that matter.
I no longer have a Blackboard account, but if I did, or had a guest account to play with, I would try rewriting your Bash script in POSIX-like sh.
"GNU sed" has "features" not always found in all other sed's elsewhere, outside of GNU/Linux.
You can substitute other tcp clients for curl.
And the openssl binary is ubiquitous, so he is smart to use it for generating base64 versus other userland utilities for generating base64 that are not always found outside of GNU/Linux.
Yes, the bash script could be made more portable. Also there are some GNU-specific sed features used, but I'm sure that could be changed to be more portable as well. Python or openssl is used for some base64 encoding.
I like using shell scripts for projects like this because of the power of piping commands/functions and doing line-based processing with e.g. sed.
University of Aberdeen alumni here, do they still use the awful portal for timetables?
I got half way through writing an Android app for parsing it and displaying it in a clearer way last year.
17 comments
[ 3.1 ms ] story [ 50.5 ms ] thread[0] http://www.instructure.com/
[0] https://github.com/instructure/canvas-lms
https://canvas.instructure.com/doc/api/index.html
Have you tried this on other Blackboard deployments? Looks like the QuikPay stuff at least is U. of Rochester-specific.
The QuikPay and Sequoia stuff is specific to institutions/installations that have integrated with those companies, which includes some other than rochester.edu, but of course not all.
I no longer have a Blackboard account, but if I did, or had a guest account to play with, I would try rewriting your Bash script in POSIX-like sh.
Nice work and a good choice of project.
"Requirements
bash curl sed openssl or python"
You can substitute other tcp clients for curl.
And the openssl binary is ubiquitous, so he is smart to use it for generating base64 versus other userland utilities for generating base64 that are not always found outside of GNU/Linux.
I like using shell scripts for projects like this because of the power of piping commands/functions and doing line-based processing with e.g. sed.
AFAIK they use Moodle now and it's leaps and bound better (more reliable, more secure, easier to use) than any of the previous solutions.