Skip to content

gaogaotiantian/zhihuquestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zhihuquestions

A web spider for zhihu.com, which is used for zhihuquestions.
This spider can scrape question & topic data from zhihu.com.

This spider is based on zhihu-spider.

Author

Tian Gao

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. Set up your database using MySQL
  3. Initialize your database using init.sql
  4. Find out your cookie of zhihu.com throught browser's developer tool.
  5. Modify config.ini
  6. If you set up zhihu username and cookies correctly, you may run initDB.py to get all your current focused topics into database as seeds, otherwise you can manually insert some topics in TOPIC as scrape seeds.
  7. Use python topic.py to get topics and questions from zhihu.com
  8. Use python question.py to analyze questions from zhihu.com
  9. You have to use both topic.py and questions.py in rotation to make the database grow.

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

zhihu questions spider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages