Authenticate to the library website and get data about checked out items.
py
import bibliocommons
'mylibrary' is the subdomain of the BiblioCommons site where you normally sign in.
https://mylibrary.bibliocommons.com
bc = bibliocommons.BiblioCommonsClient('mylibrary')
bc.authenticate('username', 'password')
bc.get_checkouts()