Skip to content

khushalsonawat/Zomato-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zomato Scraper

The project contains three files

  1. main.py : Contains driver code

  2. restaurant_details.py : Contains code that fetches the details of individual restaurants

  3. restaurants.py : Contains code that fetches the list of all the restaurants in an area of the city

Steps to clone and run the project locally

  1. Create a virtual environment using python -m venv env

  2. Use command env\Scripts\activate (for windows) to activate the virtual environment

  3. Use the command pip install -r requirements.txt to install all the dependencies

In order to get the list of the restaurants along with their details, run "python main.py" and enter the name of the city as input The reqired details of all the restaurants will be stored in the file result.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages