Looking for a tutorial on web scrapping
-
Would you believe right after posting that i don’t know a whole lot about scrapping web pages, I get a request to do something like that.
*grumble*
Anyone care to suggest a tutorial or site I can learn about programming a script to do web scrapping?
Thanks,
-drmike -
You’ll need fetch the html, tell you script where to find the information using regular expressions, then manipulate the results as you see fit.
-
You’ll need fetch the html, tell you script where to find the information using regular expressions, then manipulate the results as you see fit.
*chuckle* I knew that….
-
-
Spent twenty minutes or so with Google before. I’ll try that combo though.
Thanks,
-drmike -
-
Toss up really. I usually stick to PHP now a days but I have a feeling that perl or something done in C would be the way to go.
-drmike
-
-
- The topic ‘Looking for a tutorial on web scrapping’ is closed to new replies.