Skip to content

chhayac/Apartment_Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apartment_Finder

Quest to find an awesome apartment for rent.

Goal of the project:

Implement a scraper which will gracefully scrape apartments.com once a day to find perfect apartment as per my needs.

Details of the project:

  • 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.