Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
39 lines (31 loc) · 663 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 663 Bytes

cl-sunfish-scrape

Trolling craigslist for a Sunfish.

What it do

  • Checks SF Bay Area Craigslist Sunfish postings
  • Sends email alert if there are new ones
  • Checks four times a day

Instructions

Install node:

$ brew install node

Cd to root dir:

$ cd scrape-cl

Install npm dependencies:

$ npm install

Save your gmail u&k safely as env vars. Check package.json for var names:

$ magic stuff

Start trolling:

$ npm run troll

App overview

  • app.js: entry file with 1/4 day scheduler
  • checkCl.js: checks Craigslist and if new posting calls sendEmail
  • sendEmail.js: sends an Email