Giter Club home page Giter Club logo

51job-reverse-crawler's Introduction

51job招聘网站爬取及可视化

中文 | English

效果展示⌛

示例地址:http://51job.pshxx.cc


  1. web展示 爬取过程图 img.png img_1.png

  2. 数据爬取 爬取过程图 爬取过程图

简介📝


  • 🌐自定义爬取职业关键词与数量
  • 📈大屏数据实时显示招聘情况
  • 🎨echart生成数据分析图像
  • 🐳采用mysql存储,实现前端数据交互

启动爬虫服务⚡


  1. 首先先下载依赖包(我没有筛选直接生成的包,所以可能有点杂🚨)
pip install -r requirements.txt
  1. 修改配置文件config.ini 添加mysql、账户信息等

  2. 运行爬虫

python crawler.py

web可视化✨

项目文件夹下终端运行命令


本地

python app.py

or

flask run

docker

docker build -t my-python-app . && docker run -d -p 5000:5000 my-python-app

51job-reverse-crawler's People

Contributors

bvbrutal avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

51job-reverse-crawler's Issues

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.