Web crawler no.1

akagilnc
Learning Programming Notes
1 min readNov 14, 2016

This weekend, I try to programming a application to get some data from website “https://zhihu.com”

This is my first time to make a web crawler.

I learned something about selenium.

First, It’s not easy to make a selenium and scrapy environment in Windows.

Lots of thing should be download and you need to install Ixml manually.

This is the officially guide but it’s not enough.

You also need this one to finish the install

The source code is here:

I will update the stats about this application and explain the code files one by one

--

--