diff --git a/ScrapeJE.py b/ScrapeJE.py index 174e025..c55d524 100644 --- a/ScrapeJE.py +++ b/ScrapeJE.py @@ -1,7 +1,7 @@ import requests from bs4 import BeautifulSoup #import cloudscraper -import json +#import json nome=[] desc=[] @@ -90,9 +90,9 @@ for x in range(len(nome)): #stampa lunghezza liste print("\n") -print(nrist) -print(tel) -print("lista nome",len(nome)) +print("ristorante:",nrist) +print("telefono:",tel) +print("lista nome:",len(nome)) print("lista desc:",len(desc)) print("lista npezzi:",len(npezzi)) print("lista prezzi:",len(prezzo)) #sono stringhe ovvero ci sono anche prezzi come "da 1,00 €" (servirà formattarla in double per poter fare i conti)