Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.
/ booksdue Public archive

Report on books checked out from the Minuteman Library Network

Notifications You must be signed in to change notification settings

treese/booksdue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

[This is an old program left here for reference. Since it was written, the MLN info has gotten better, and the web site got harder to scrape.]

This Python program prints a list of books checked out from the Minuteman Library Network.
It uses a file ~/.mln.conf with lines of the form:

   <tag> <account-number> <pin>

It will process as many accounts as are listed in the file.

booksdue requires the mechanize package (http://wwwsearch.sourceforge.net/mechanize/), which can usually be installed with

	 easy_install mechanize

or

	pip install mechanize

Bugs/suggestions/comments to Win Treese <treese@acm.org>

 

About

Report on books checked out from the Minuteman Library Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published