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.
- Host: GitHub
- URL: https://github.com/mandliya/apartment-finder
- Owner: mandliya
- Created: 2017-06-12T06:52:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T06:53:53.000Z (over 8 years ago)
- Last Synced: 2025-06-07T03:03:33.740Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.