bb: Command line Blackboard client/scraper
1–10 of 18 posts
Re: bb: Command line Blackboard client/scraper
#2Re: bb: Command line Blackboard client/scraper
#3Re: bb: Command line Blackboard client/scraper
#4Would be cool if there was this type of tool for canvas[0] as that what my school and most are schools switching to. [0] http://www.instructure.com/
Re: bb: Command line Blackboard client/scraper
#5Have you tried this on other Blackboard deployments? Looks like the QuikPay stuff at least is U. of Rochester-specific.
Re: bb: Command line Blackboard client/scraper
#6Cool stuff. I once had something similar for the scary-sounding Jenzabar LMS that I used in college. 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.
Re: bb: Command line Blackboard client/scraper
#7Would be cool if there was this type of tool for canvas[0] as that what my school and most are schools switching to. [0] http://www.instructure.com/
Looks like it's open source [0]. If they have a clean API it might be doable without scraping. [0] https://github.com/instructure/canvas-lms
Re: bb: Command line Blackboard client/scraper
#8I 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.