aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-11-24 14:20:52 +1300
committerDavid <dbphillipsnz@gmail.com>2014-11-24 14:20:52 +1300
commit77035f32e5c2912505a9958aa426d34e6139478f (patch)
tree212f26f8bde41edc37db1bbc782ad0e910961fe2
downloadsvgcaptcha-parser-77035f32e5c2912505a9958aa426d34e6139478f.tar.xz
Added readme
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..50e0508
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+svgcaptcha-parser
+=================
+This is a utility to demonstrate the vast stupidity of human kind by easily parsing an SVG captcha as provided by [SVGCaptcha](http://svgcaptcha.com)
+
+I'm hoping like mad that they are a joke.
+Looking at their footer, they look like they're just a site to attract attention for advertising.
+
+
+Dependencies
+------------
+* wget
+* curl
+
+Invocation
+----------
+A simple
+
+ ./svgcaptcha-parser
+
+will use curl to fetch a random captcha and save it with a filename to describe the captcha's text.
+For example, a captcha reading 'j526nyn' will be saved as `j526nyn.svg' in the working directory.
+Yay.