DEV Community

Discussion on: So you want to be a programmer - Are you sure?

Collapse
 
pandaquests profile image
Panda Quests

How do you write a script that emailed you when the apartment you wanted to move into was made available to lease?

Collapse
 
mariohoyos profile image
Mario Hoyos

The apartment's website was really easy to scrape! I set up a cron job to run every five minute, which would use npmjs.com/package/cheerio to scrape the listing, and based on the html structure (I think apartments available to lease would have a with "Available" in it). Soon as it noticed that the particular floorplan I wanted was available, it send an email using npmjs.com/package/nodemailer

Collapse
 
pandaquests profile image
Panda Quests

Cool. Will look into it

Thread Thread
 
mariohoyos profile image
Mario Hoyos

feel free to reach out if you need any help!

Collapse
 
messerli90 profile image
Michael Messerli

Every 5 minutes? You were really keen to get that apartment 😂

Great idea

Thread Thread
 
mariohoyos profile image
Mario Hoyos

hahah I was!! And I knew they were going fast so I wanted to leave nothing to chance