An open API service indexing awesome lists of open source software.

https://github.com/mandliya/apartment-finder

Quest to find an awesome apartment to rent.
https://github.com/mandliya/apartment-finder

Last synced: 3 months ago
JSON representation

Quest to find an awesome apartment to rent.

Awesome Lists containing this project

README

          

# Apartment_Finder
Quest to find an awesome apartment for rent.

## Goal of the project:
Implement a scraper to 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.