Skip to content

tmirko/web-scraping

Repository files navigation


Web scraping

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

Scrape restaurant data from Tripadvisor.com for a given city.

(back to top)

Built With

  • python
  • beautifulsoup4
  • pandas

(back to top)

Getting Started

Prerequisites

  • Have Miniforge3 installed
  • Be able to run make commands

Installation

  1. Setup environment

    make create-environment
  2. Activate environment

    conda activate web-scraping
  3. Select the environment as Jupyter Notebook kernel

(back to top)

Usage

  1. Open scrape_restaurants.ipynb
  2. Adjust scraping_control_variables based on city (optinal)
  3. Run all

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published