网页爬虫 - Python的爬虫的问题?
怪我咯
怪我咯 2017-04-17 17:45:14
0
8
478

最近自己从很多途径了解到Python爬虫这个概念。
但是自己还没有来得及查阅资料去深入的了解。
所以我就想问一下:
1.Python爬虫具体应用来做什么?
2.Python爬虫具体应该怎么使用?
3.Python的原理是什么?

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all (8)
黄舟

Come on, Baidu network disk crawler, I understand it completely: https://segmentfault.com/a/1190000005105528

    阿神

    It is recommended that you use the Shen Archer Cloud Crawler. The crawler is completely written and executed on the cloud. There is no need to configure any development environment, and rapid development and implementation are possible.

    A complex crawler can be implemented with just a few lines of javascript, and it also provides many functional functions: anti-anti-crawler, js rendering, data publishing, chart analysis, anti-leeching, etc. These problems that are often encountered in the process of developing crawlers are all solved by Archer will help you solve it.

      刘奇

      Come on, Baidu Tieba crawler, you will understand after reading it
      Nine crawler cases in the Python crawler series for newbies (Baidu Tieba) http://log4geek.cc/2017/03/%e...

        伊谢尔伦

        The python crawler is used to "copy" the resources of a website, which is to download a website and the hyperlinks on the website.
        How to use it. . . It depends on how you made it up. . Generally, it is just a matter of setting the URL to be crawled and the download location. .
        There are many principles, the most common one is deep search and wide search
        Deep search means to go to the end of the first chain first, and then backtrack to take the branch
        Guang search means to traverse the first layer first, and then traverse the second layer ...

          大家讲道理

          Python has little to do with crawlers
          One is a language and the other is a data crawling tool that uses Internet hyperlink technology
          The premise for everyone to mention python crawlers is
          1) python is relatively simple
          2) There are mature python-based implementations crawler framework
          But the two themselves have nothing to do with each other

            PHPzhong

            https://zh.wikipedia.org/zh/%E7%B6%B2%E8%B7%AF%E8%9C%98%E8%9B%9B

              PHPzhong

                Ty80

                You can implement crawlers in any language, python has a more convenient framework

                  Latest Downloads
                  More>
                  Web Effects
                  Website Source Code
                  Website Materials
                  Front End Template
                  About us Disclaimer Sitemap
                  php.cn:Public welfare online PHP training,Help PHP learners grow quickly!