Python script which looks at a few places for new apartments. Will send an email upon seeing a new one, compared to its json files!
Go to file
Alexander Munch-Hansen f2ac03ed5b Added a check to prevent failing on poor html code. 2018-10-20 12:00:11 +02:00
README.md Added readme 2018-10-09 22:09:27 +02:00
apartment_looker.py Added a check to prevent failing on poor html code. 2018-10-20 12:00:11 +02:00
mail_handler.py Initial commit 2018-10-09 21:57:47 +02:00

README.md

Usage

The program can be started by running python3 apartment_looker.py in which case it'll create a file for each website it looks at, it'll populate each file with the apartments it finds and it'll send an email to specific email with a link to each apartment. The program can be run without sending emails like python3 apartment_looker.py --populate_lists, in which case it'll just populate the json files.