Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 465 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 465 Bytes

cljobs

Scrapes Stack Overflow , Indeed, and Monster for Clojure jobs

Assumptions

  • Postgres is running on port 5432 and you've created a database 'cljobs':

    create database cljobs;

  • following env vars

{:indeed-api-key INDEED-PUBLISHER-API-KEY
 :google-email YOUR-GOOGLE-EMAIL
 :google-pw YOUR-GOOGLE-PW
 :recipient-email WHO-TO-SEND-JOBS-EMAIL-TO}