Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 507 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 507 Bytes

CraigsList CasperJS login

Login to Craigslist with CasperJS.

Usage

The main component is a CasperJS script that goes through the United.com search process.

You will need to install:

  • CasperJS
  • PhantomJS (follow the instructions in CasperJS)

Run the tool with:

casperjs index.js EMAIL PASSWORD

Linux users:

Be sure to use option --ignore-ssl-errors=yes when you run casperjs

casperjs --ignore-ssl-errors=yes index.js EMAIL PASSWORD