Skip to content

This project is a Python script that extracts data from a Zillow clone website and automatically fills a Google Form with the scraped data. It was developed as a capstone project for the "100 Days of Code: The Complete Python Pro Bootcamp" course on Udemy, which can be found here.

Notifications You must be signed in to change notification settings

Dhanush-S-Gowda/webscraping-and-automation-with-beautifulsoup-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Zillow Clone Data Scraper

This project is a Python script that extracts data from a Zillow clone website and automatically fills a Google Form with the scraped data. It was developed as a capstone project for the "100 Days of Code: The Complete Python Pro Bootcamp" course on Udemy, which can be found here.

Requirements

To run this project, you'll need:

  • Python 3.x
  • BeautifulSoup library
  • Requests library
  • Selenium library
  • Chrome WebDriver

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/Dhanush-S-Gowda/webscraping-and-automation-with-beautifulsoup-selenium.git
  1. Install the required Python packages:
pip install beautifulsoup4 requests selenium
  1. Download the Chrome WebDriver from here and place it in your system's PATH.
  2. Modify the WEBSITE_LINK and FORM_LINK variables in the script with your desired website and Google Form URLs, respectively.
  3. Get your User-Agent value from (https://myhttpheader.com/) and add it to your header
  4. Run the script:
python scraper.py

About

This project is a Python script that extracts data from a Zillow clone website and automatically fills a Google Form with the scraped data. It was developed as a capstone project for the "100 Days of Code: The Complete Python Pro Bootcamp" course on Udemy, which can be found here.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages