Code Monkey home page Code Monkey logo

crawlerlagou's Introduction

Crawler for www.lagou.com

Index the downloaded pages periodially.

Background

The website only provide up to 30 pages of result(15 items in each one) at a time. Thus it needs to be executed once in a while. The script itself runs pretty fast (less than 1 second if not considering url request). This is built for deepen my understanding of the trending of job market, as well as preparing for the next cralwer project.

Performance

Time consumming with different modes (seconds per 100 requests)

  • Coroutine(Asynchronous I/O): 0.8s
  • Multi-thread: 3.0s
  • Synchronous: 22.0s

Feature

  1. Implement newest Python library asyncio& aiohttp to achieve coroutine mode
  2. Python's Multi-threads mode is not bad, but unable to sufficiently take the advantage of multi-core processor when deploying it to the server.
  3. Use Python decorator to log running performance
  4. Low system cost.

Usage

  1. run init.py to initiate project
  2. setup crontab
  3. run crawlerXXX.py

Requirement

  1. Python3
  2. aiohttp(pip install aiohttp)
  3. Sqlite

crawlerlagou's People

Contributors

chenimal avatar

Watchers

James Cloos avatar zkeen 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.