Skip to content

This project automates the process of collecting property data from a website (specifically a Zillow clone) and filling out a Google Form with the gathered information.

Notifications You must be signed in to change notification settings

julianpyrlik/Property-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Property Tracker

Track your properties.

Explore the docs »

View Demo . Report Bug . Request Feature

Downloads Contributors Issues License

Table Of Contents

About The Project

This project automates the process of collecting property data from a website (specifically a Zillow clone) and filling out a Google Form with the gathered information. It comprises three Python files:

main.py: The main script that calls the other modules to initiate the process. getpropertydata.py: Contains a class to scrape property data from the given website. filloutform.py: Contains a class to fill out a Google Form with the retrieved data.

Built With

Python 3.6 or later

requests: pip install requests

beautifulsoup4: pip install beautifulsoup4

selenium: pip install selenium

beautifulsoup4

smtplib

Usage

  • The script opens a Chrome browser window to fill out the form.

  • Be mindful of scraping practices and terms of service for the websites involved.

  • Consider error handling for potential exceptions during scraping or form filling.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

License

Distributed under the MIT License. See LICENSE for more information.

Authors

About

This project automates the process of collecting property data from a website (specifically a Zillow clone) and filling out a Google Form with the gathered information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages