jhuynh85 / Dogepile

Dogepile, a database for pet-friendly venues and meetups!
https://jhuynh85.github.io/Dogepile/
0 stars 4 forks source link

TODO: Scrape Yelp search results for pet-friendly venues and store in Firebase #4

Closed jhuynh85 closed 7 years ago

jhuynh85 commented 7 years ago

OUTPUT

results: Array of objects {
            name: string,
            address: string,
            phone_number: string,
            image_path: string
            hours (optional)
          }
jhuynh85 commented 7 years ago

Scraper complete and can be found here: https://github.com/jhuynh85/yelp-scraper

Requires Selenium and either Chromedriver or Geckodriver.