Trolling craigslist for a Sunfish.
- Checks SF Bay Area Craigslist Sunfish postings
- Sends email alert if there are new ones
- Checks four times a day
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.js
: entry file with 1/4 day schedulercheckCl.js
: checks Craigslist and if new posting calls sendEmailsendEmail.js
: sends an Email