Quest to find an awesome apartment for rent.
Implement a scraper which will gracefully scrape apartments.com once a day to find perfect apartment as per my needs.
- Using BeautifulSoup for scraping the website.
- Using JSON, CSV to write output of scraper in a well organized csv file.
- Using ConfigParser to get organized configuration of the project.
- Using Google Maps API to get transit information, distance, walking details, rent info, etc.
- Using SMTPLib to automate a daily email.