Code Monkey home page Code Monkey logo

craigslist-autorespond's Introduction

Craigslist Autoresponder
 - Jordan Feldstein


It searches listings that match your criteria for an email address and phone number. If it can't find the landlord's email address, it scrapes the weblisting for the anonymized email address. It emails a message on your behalf to the landlord, to inquire about the property, and emails you the listing's title, link and the landlord's phone number to you to follow up. Set it up with a cronjob to run periodically, and it takes out 80% of the work involved with looking for a lease on craigslist. 

Feel free to have your way with it, if it suits you. I still need to put together a list of dependancies and a build script, but it's really not hard. I think it has one, maybe two dependencies, and they're googleable. 

To Configure and Use:
1. Setup your craigslist search the way you want, then get the rss link for it. 
2. Put that link in at:

  # *** Configure ***
  craigslist_feed = "http://..."

3. Enter your gmail address and password at: (or any email you have smtp access for. This is what landlords will get email *from*)

  def sendMail()
    ...
    gmailUser = '...'
    gmailPassword = '...'

4. Put another email (or the same) at the bottom of the script, which will be used to issue you notices when the script reaches out on your behalf. You'll get the link, title and phone number of any listing that gets your message. 
5. Setup a cron to run the script periodically

craigslist-autorespond's People

Watchers

 avatar

Forkers

netcon-source

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.