Live data from Hacker News

Show HN: BBC Good Food Scraper in Go

github.com

1–10 of 26 posts

Re: Show HN: BBC Good Food Scraper in Go

#3

Goquery is pretty great - used it last semester to write the crawler for a side-project of mine. https://github.com/prakhar1989/bekanjoos

Agree, used it to build this as a proof of concept: https://emailprofile.herokuapp.com/

Many sites don't consider user enumeration a bug/threat, but theoretically given enough sites, one could build a profile around a specific email address.

Re: Show HN: BBC Good Food Scraper in Go

#4

Goquery is pretty great - used it last semester to write the crawler for a side-project of mine. https://github.com/prakhar1989/bekanjoos

It really is a great package and works extremely well in the context of scraping. It's what I opted to use for an API server [1] I wrote that handles the RFC Instant Answer [2] running on DuckDuckGo.

[1] https://github.com/imwally/rfcsearch [2] https://duck.co/ia/view/request_for_comments

Re: Show HN: BBC Good Food Scraper in Go

#8
post #3

Goquery is pretty great - used it last semester to write the crawler for a side-project of mine. https://github.com/prakhar1989/bekanjoos

Agree, used it to build this as a proof of concept: https://emailprofile.herokuapp.com/ Many sites don't consider user enumeration a bug/threat, but theoretically given enough sites, one could build a profile around a specific email address.

Have you open-sources this package somewhere?

As an amateur web security researcher this project looks really interesting.

Re: Show HN: BBC Good Food Scraper in Go

#10
post #9
post #7

Is it not http://www.bbc.co.uk/food/ that's being merged into bbc good food and therefore gaining ads? Surely that should be the target for this scraper...

It is, but haven't a 1000+ people already scraped it? (myself included!)

Me too!
Post reply on HN