Skip to content

Combining Google Map's API with data web scraped from Zomato's website.

Notifications You must be signed in to change notification settings

gladysmawarni/zoogle

Repository files navigation

Zoogle


Third project @ironhack Data Analytics bootcamp, combining Google Map's API with dataset web scraped from Zomato's website. This project is made with one of my colleague, Gonçalo Jardim

The final functioning script is in the final_code.py.

This project combines Google Maps API function with information of restaurants from Zomato (that is obtained by webscrapping the website using BeautifulSoup and Selenium) to make a program that helps user plan out their food trips in Lisbon.

How it works:

  • The program starts by asking the user how many people are joining the trip, and the total budget.

  • Asks for the starting point, what kind of food do the user prefer and the area. 1

  • Returns information of restaurants in selected area, along with Zomato's rating and estimated price per person.

  • After the user selected which restaurant they want, the program calculates the total food cost (multiplied by how many people joining) and the trip cost (calculated by measuring the euclidian distance of the two locations and the gas price). 2

3

4

  • The program ends after the user selected 4 places they want to go.
  • And return a table of information (name of the restaurant, total price per restaurant, and total price of all).

5

About

Combining Google Map's API with data web scraped from Zomato's website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published