# ForkBAT **Repository Path**: pensir/ForkBAT ## Basic Information - **Project Name**: ForkBAT - **Description**: analysic the content in bat(baidu alibaba tencent) recruit website. - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-09-30 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ForkBAT ## 聚合bat招聘主页的所有招聘信息,在app通过合适的方式现实并实现用户对特定职位的跟踪,及时更新数据。 同时也利用了bat提供的检索功能,对数据进行了一个简单的统计分析。 ## 目录结构 + analyse # 做分析的代码 + app # 具体的实现,包括很粗糙的推荐系统,爬虫,错误系统,数据管理模块以及restful服务 + module # 存储推荐系统训练好的聚类模型 + test # 对各种包的简单测试代码,主要是帮助自己理解。