This project is not endorsed by Blackboard© but developed independently
Developed with tiny-api-client
This library started as part of Blackboard Sync, but decided it could be extracted into its own distribution package.
from blackboard import BlackboardSession
session = BlackboardSession('http://blackboard.example.com/learn/api/public/v{version}', cookies=...)
session.fetch_version()
pip install bblearn
This software is distributed under the General Public License v2, more information available at the Free Software Foundation.