search

Home  >  Q&A  >  body text

网页爬虫 - C++网络库推荐

项目需要,得采集网络数据。
不知道C++中有什么网络库可以方便开发者开发网络爬虫的吗?

高洛峰高洛峰2805 days ago622

reply all(2)I'll reply

  • PHPz

    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

    reply
    0
  • 阿神

    阿神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...

    reply
    0
  • Cancelreply