PHPz2017-04-17 11:13:47
Ready-made projects:
https://code.google.com/p/web-crawler-cpp/
Reference article:
http://coolshell.cn/articles/27.html
Go to:
http://down.51cto.com/data/492188
Let me google for you:
http://lmgtfy.com/?q=c++ web crawler library
阿神2017-04-17 11:13:47
To collect network data, have you considered changing to another language, such as python, which is a naturally crawler-friendly language
There are many crawler add-on libraries such as htmlurl, Beautiful Soup, Scrapy...
Writing crawlers in Python, which method and framework is better? - Zhihu
There is a very friendly data processing library lxml, re...