Skip to content

aconstas/yelp-wait-times

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yelp-wait-times

This Flask app utilizes Selenium to scrape restaurant names and wait times within your bookmarks from Yelp and display it in an organized table. The app includes functionality to log in to Yelp, navigate to the user's bookmarks, retrieve links to bookmarked restaurants, and extract restaurant names and wait times.

Prerequisites

Before running this app, ensure that you have the following installed:

  • Python (version 3.10)
  • Selenium (pip install selenium)
  • ChromeDriver

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repository.git
  2. Navigate to the project directory:

 cd your-repository
  1. Install the required Python packages:
npm install
  1. Run the application:

    flask run

Contributing

Contributions are welcome! If you have any suggestions or improvements, please submit a pull request or open an issue in this repository.

About

Utilizes Selenium to scrape restaurant names and wait times from your Yelp Bookmarks and returns that data in a table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published