Ask HN: what could go wrong?

https://news.ycombinator.com/item?id=8831733
by dhbradshaw • 12 years ago
3 5 12 years ago

I'm building a website that lets people aggregate the numbers they care about into one spot.

Right now, the group that it is most popular with is authors, who use it to get alerts when they get a new review on Amazon.

They have suggested that I make it possible to track their author rank on Amazon. I've been playing with that and I have found that regex is a nice way to go for that particular job. (I've been using xpaths and selectors up to this point.) So soon I'll probably add that as a specialized function to my website.

Because regexes are so useful (not for parsing but for finding known patterns), I'm tempted to make it possible to create automatic scrapers using regexes. But it seems the kind of thing you want to research a bit first.

Related Stories

Loading related stories...

Source preview

news.ycombinator.com