diff options
author | Joe Robinson <joe@lc8n.com> | 2014-09-15 23:31:18 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2014-09-15 23:31:18 +0100 |
commit | 1b21942be1ad9e467ed69cd496276ecbe2b4edb9 (patch) | |
tree | 7a042c5f834585e0b5a2fbcc30f9e3300501d7c3 | |
parent | 699addc3f843616ba50275f6b0c54b05a15fa2f2 (diff) |
Added readme
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5c84f6 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +bladictionary2 +============== + +Python script for finding dictionary definitions. + +Dictionary definitions are provided by http://services.aonaware.com/ + +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). + +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. + +Libraries +========= + +requests +lxml |