Code Monkey home page Code Monkey logo

python-crawler's Introduction

利用scrapy爬取大众点评数据

首先利用账号登陆获取cookie,然后构造请求参数 搜索关键词得到店铺名称,根据对应链接爬取店铺的 星级,评分,地址,电话等

大众点评是文字加密的,许多数字与汉字需要破解密码 其对应密码是该标签的class值, 在css文件中存放着 class值对应的background 位置信息 在以下链接中存放文字 http://s3plus.meituan.net/v1/mss_0a06a471f9514fc79c981b5466f56b91/svgtextcss/ac09bd813a3a57b29cb303da390fd501.svg 可以通过对比属性的x,y获取到具体的文字 (解码思路,具体函数在decode_str.py中)

并且由于爬取过程中会频繁被302重定向到验证码页面,所以在爬取过程中是在浏览器偶尔点击链接更新会话状态 ,保持爬取顺利

目前的版本由于是采用的规定的svg文件,所以也有些文字没有抓取下来,可以之后修改成每个页面中css相对应的svg文件解码

python-crawler's People

Contributors

010bnu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.