Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/igaozp/jobwitcher

JobWitcher 招聘网站爬虫合集
https://github.com/igaozp/jobwitcher

crawler python3 redis scrapy spider

Last synced: 8 days ago
JSON representation

JobWitcher 招聘网站爬虫合集

Awesome Lists containing this project

README

        

## JobWitcher - 招聘网站爬虫合集

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Django.svg) ![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)

使用 Scrapy 框架实现的招聘网站爬虫,通过 Redis 完成数据的增量抓取,并持久化到 MySQL 数据库中

支持的网站列表:
- 智联招聘
- 拉勾网
- 前程无忧
- BOSS 直聘
- 猎聘网

## 运行
在爬虫根目录下执行命令行命令:
```bash
$python main.py
```

## LICENSE
[MIT](https://github.com/igaozp/JobWitcher/blob/master/LICENSE)