Live data from Hacker News

Web Scraping with C++

scrapingbee.com

1–7 of 7 posts

Re: Web Scraping with C++

#5

I was playing with gumbo several months ago and made a nicer C++ wrapper that allowed for some interesting ways of doing queries. It was fun playing with combining the predicates and optimizing the result type so that it did less work. https://github.com/beached/gumbo_pp

Very nice looking slides on your GitHub project page. What did you use to create them?

Re: Web Scraping with C++

#7

I was playing with gumbo several months ago and made a nicer C++ wrapper that allowed for some interesting ways of doing queries. It was fun playing with combining the predicates and optimizing the result type so that it did less work. https://github.com/beached/gumbo_pp

Very nice looking slides on your GitHub project page. What did you use to create them?

Thanks :)

It was powerpoint and some screen captures of the relevant code blocks.