zhihu-spider
A web spider for zhihu.com, which is used for ZhihuHot.
This spider can scrape question & topic data from zhihu.com.
Author
I'm Morgan Zhang, a graduate computer science student in University of San Francisco.
My another tool
See my another command line tool line
here, which can tell you the amount of lines and files under current directory.
Why I made zhihu-spider
Coding for fun as well as learn Python.
Contact Information
Run it
What do you need to run it
- Python 2.7.6 (Maybe it work for other versions.)
- MySQL
- BeautifulSoup
How to run it
- Download the code
- Run init.sql to set up datebase and insert initial data.
- Find out your cookie of zhihu.com throught browser's developer tool.
- Modify config.ini
- Use
python question.py
to scrpy questions from zhihu.com - Use
python topic.py
to scrpy topics from zhihu.com
Warning
You can change thread amount in config.ini to make this spider run faster.
But your IP may be blocked from zhihu.com if you connect to zhihu.com too frequently.
You'd better use proxy when you use multi thread mode.
License
The MIT license.