Skip to content

Script to parse Real Estate classifieds from xe.gr and notify via email

License

Notifications You must be signed in to change notification settings

akaltsikis/xenotifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

xenotifier.py is a script that polls xe.gr for new house ads and notifies via email

Instructions

  • Fill in the required configuration parameters in the script

  • create a virtualenv (i.e. named xenotifier)

  • create a cronjob i.e.

    00,30 * * * * cd /home/user/xe && env GMAIL_USERNAME='john_doe' GMAIL_PWD='hunter2' XE_RECIPIENTS='john@example.com, doe@example.com ' XE_URL='https://xe.gr/awesome_rental/houses/?area=89&foo=bar' /home/user/.virtualenvs/xenotifier/bin/python xenotifier.py > /dev/null 2>&1
    

TXT output

In case you just need a txt output instead of an email, you can just set th XE_URL env var.

About

Script to parse Real Estate classifieds from xe.gr and notify via email

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%