eensyweensy

a poor man's webspider
git clone https://wehaveforgeathome.hates.computer/eensyweensy.git
Log | Files | Refs | LICENSE

commit c7891ab3f1d76b19c4cca66b4d7e0934a92bdf56
parent c53dca60d4c8a54b48621bda7c749baaa17921c5
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Mon,  1 Mar 2010 12:40:38 -0700

added link to blog post now that it's up
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ Eensy Weensy ==== -Eensy Weensy is an example webspider. It's designed to scrape urls of blog posts from <http://borderstylo.com> and output them to a text file. The example is silly, but along with a forthcoming blog post, this should be enough to get you started writing your own Poor Man's webspider. +Eensy Weensy is an example webspider. It's designed to scrape urls of blog posts from <http://borderstylo.com> and output them to a text file. The example is silly, but along with my blog post ["Poor Man's Webspider"](http://borderstylo.com/posts/102-poor-mans-webspider), this should be enough to get you started writing your own. Naming -----