findo / zhihu-spider

A web spider for zhihu.com

Home Page:http://zhihuhot.sinaapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MorganZhang100@gmail.com

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

  1. Download the code
  2. Run init.sql to set up datebase and insert initial data.
  3. Find out your cookie of zhihu.com throught browser's developer tool.
  4. Modify config.ini
  5. Use python question.py to scrpy questions from zhihu.com
  6. 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.

About

A web spider for zhihu.com

http://zhihuhot.sinaapp.com

License:MIT License


Languages

Language:Python 100.0%