Giter VIP home page Giter VIP logo

zhaopin_info_crawler's Introduction

zhaopin_info_crawler

crawl phone numbers and titles on www.zhaopin.com/ and www.51job.com/ for job fair sponsor

Scrapy + Selenium + PhantomJS + Redis

Setup environment

  1. scrapy :

    download scrapy

    virtualenv ~/scrapy

    source ~/scrapy/bin/activate

  2. PhantomJS :

    wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2

    cp phantomjs to system path

  3. openpyxl (save data to Excel) :

    sudo pip install openpyxl

  4. Redis pip install redis

    redis-cli -h localhost -p 6379 -a {password} --raw

Run:

scrapy crawl {spider_name}

or using release script :
cd release/ && python release.py

Redis:

redis-cli -h localhost -p 6379 {-a password} --raw

redis rdb default path in Ubuntu:/var/lib/redis/dump.rdb

echo "HGETALL qiancheng_zhengzhou" | redis-cli -h localhost -p 6379 {-a password} --raw >> qiancheng_zhengzhou_all.txt

zhaopin_info_crawler's People

Contributors

tiyh avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

juckyer

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.