Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 666 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 666 Bytes

yo

yo is a optimizer of yourator.

How To Use

  1. Install Node.js
  2. Clone Repo
git clone git@github.com:AllJointTW/yo.git
cd yo
  1. Install Package
yarn # or npm install
  1. Setup Your Jobs And Companies URL In target.json url url of companies url of jobs

target.json

{
  "jobs": [...url],
  "companies": [...url]
}
  1. Run Scripts
EMAIL=your-email PASSWORD=your-password SHOW_BROWSER=0 yarn start