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

https://github.com/imlinhanchao/zhaopin_resume_refresh_script

智联招聘简历自动刷新脚本
https://github.com/imlinhanchao/zhaopin_resume_refresh_script

resume script zhaopin

Last synced: 10 months ago
JSON representation

智联招聘简历自动刷新脚本

Awesome Lists containing this project

README

          

# 智联招聘简历自动刷新脚本

## 安装方法
需先安装 Node.js 与 npm
```bash
npm install
```

## 使用方法
传入帐号密码即可:
```bash
node app.js -u 智联招聘帐号 -p 智联招聘密码
```
或指传入帐号:
```bash
node app.js -u 智联招聘帐号
```
这样可以在 stdin 输入密码。