Skip to content

Use of Python's Beautiful Soup's Library to webscrap essential items from large retail sites.

Notifications You must be signed in to change notification settings

AustinWongParker/Hackathon_WebScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon WebScraper

MPA COVID-19 Hackathon. This webscraper pulls information from large retail sites. Currently Sam's Club and Walmart. The website is accessible locally. Here are instructions on how to do it:

  1. First, install all the dependencies below. You'll need all of them for the application to work.
  2. Choose a location to cd into. C:\Users\user\Documents\ is where I placed mine. Clone the repo into there.
  3. cd into Hackathon_WebScraper --> flask_website. At this point, you should see all our files such as __init__.py, samsclub_scraper, walmart_scraper, etc.
  4. While inside the Hackathon_WebScraper/flask_website directory, you can type in your command prompt 'python __init__.py' (no quotes) and this will run the website. If you're having trouble, try python3 and make sure all dependencies are installed.
  5. That should be it :) You'll be able to use and navigate our site. I hope you enjoy it! Please refer to our video if you have troubles.

Videos on how to run our website:

Dependencies for Local Machines

Authors

About

Use of Python's Beautiful Soup's Library to webscrap essential items from large retail sites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published