/MeituanCommentsCrawler

A crawler for Meituan(美团) comments.

Primary LanguagePython

MeituanCommentsCrawler

What does it do?

MeituanComments Crawler is a web crawler which collects user comments data of Travel subtopic of Meituan. You can collect other data by modifying the code given. It's based on 'requests'.

In addition, by applying 'jieba', all the comments are separated to words, and the frequency of some main words is as follows:

libraries used:

requests: https://github.com/kennethreitz/requests

jieba: https://github.com/fxsjy/jieba