/DaftAutomator

Be the first to respond to new homes being posted on Daft.ie

Primary LanguagePython

Daft Automator

This project was developed to periodically check www.daft.ie emails to see if a new property has been posted and automatically emails the property contact with a pre-written message specified by the user.

Prerequisites

A Gmail account and a Daft.ie account will be needed for this software to work correctly.

Gmail account setup

Daft account setup

I would also recommend running this on an Amazon EC2 instance for high availabliity.

You can create an AWS account here.

Setup

  1. Clone the project
git clone https://github.com/maguid28/DaftAutomator.git DaftAutomator
cd DaftAutomator
  1. Make sure the dependencies are installed
pip install selenium
  1. Log in to Daft.ie and set up email alerts for your particular search query.

  2. Run DaftAutomator.py

Unix

python path/to/DaftAutomator.py

Windows

path/to/python27.exe path/to/DaftAutomator.py