logoalt Hacker News

Scoundrellertoday at 3:49 AM0 repliesview on HN

As a mostly non-programmer it got me a lot done.

With about 5-10h over the weekend using free tier Claude and ChatGPT I managed to put together a scraper for a particular thing on a website I’m interested, grab the item images, do an initial pass with local OCR, if it hit some keywords, run openCV to crop for better OCR and dump the hits for further investigation.

Nothing particularly advanced but it would have taken me a horrendous amount of time without it to be half as good, like it did when I built a similar scraper 10 years ago.

Neither were very good code quality i’m sure.