Skip to content
forked from treese/booksdue

Report on books checked out from the Minuteman Library Network

Notifications You must be signed in to change notification settings

payne92/booksdue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

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

Languages

  • Python 100.0%