Open Zezzz830 opened 2 years ago
I got it to run by inputting exactly http://localhost:5000/?url=https://www.amazon.com/Nike-Womens-Reax-Running-Shoes/product-reviews/B07ZPL752N/ref=cm_cr_dp_d_show_all_btm?ie=UTF8&reviewerType=all_reviews
Also you need to pip install the requests,
and catch a ValueError
in line 56.
It says {"error":"URL to scrape is not provided"} every time I run the flask application, and I wonder why this happens.