https://github.com/chhayac/apartment_finder
Quest to find an awesome apartment for rent.
https://github.com/chhayac/apartment_finder
apartment-finder apartmentguide beautifulsoup google-maps google-maps-api python3 web-scraper webscraper webscraping
Last synced: 12 months ago
JSON representation
Quest to find an awesome apartment for rent.
- Host: GitHub
- URL: https://github.com/chhayac/apartment_finder
- Owner: chhayac
- Created: 2017-06-12T06:31:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T06:31:59.000Z (about 9 years ago)
- Last Synced: 2025-06-09T22:02:51.674Z (about 1 year ago)
- Topics: apartment-finder, apartmentguide, beautifulsoup, google-maps, google-maps-api, python3, web-scraper, webscraper, webscraping
- Language: Python
- Size: 3.91 KB
- Stars: 5
- 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 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.