bladictionary2 ============== About ----- Python script for finding dictionary definitions. Dictionary definitions are provided by http://services.aonaware.com/ This is a rewrite of the original bladictionary, which was written in Java 4 years ago, quite badly. The purpose of the rewrite is to learn Python, clean up some long standing bugs with the old version, and add some more advanced options. Usage ----- ./bladictionary.py [word] [type] [dictionary] Type is the word type, eg noun, verb, adjective, adverb. If none is specified, all will be printed Dictionaries available at the moment are wn (WordNet) and oed (Oxford English Dictionary). Default is wn. This script designed to be used in IRC with a specific bot, but should work fine from the command line using stdin or args (once that's done). Libraries --------- requests lxml