unixninja92 / PoPL_WebGrep

A WebGrep I wrote in python for my Principles in Programming Languages course. It traverses a tree of links to a given depth and prints out all the urls that a given regular expression appears on. So if the depth was 3 then it "clicks" two links deep. The assignment was to accept the following input: "(H|h)elmuth" http://people.cs.umass.edu/~thelmuth/index.html 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

A WebGrep I wrote in python for my Principles in Programming Languages course. It traverses a tree of links to a given depth and prints out all the urls that a given regular expression appears on. So if the depth was 3 then it "clicks" two links deep. The assignment was to accept the following input: "(H|h)elmuth" http://people.cs.umass.edu/~thelmuth/index.html 3


Languages

Language:Ruby 100.0%