ND-Scrapper / Mongo /Deliveroo_excel.py
viraj
Initial Commit
9e6917b
from Mongo.mongo_one import fetch_restaurant_data
def Deliveroo_excel_multy(urls,location):
for url in urls:
fetch_restaurant_data(url,location)