How to get web scraping flask app to show new web scraping results every time the flask app's web page is reloaded in browser? How to get web scraping flask app to show new web scraping results every time the flask app's web page is reloaded in browser? flask flask

How to get web scraping flask app to show new web scraping results every time the flask app's web page is reloaded in browser?


there are several ways to make an app scraping with FLASK, one is to use the BEATIFULSOUP 4 library for flashing which manages to generate what you ask that every time you enter your app you refresh the scraping data, I leave you a link to a tutorial

https://dev.to/blazephoenix/webscraping-in-python-with-flask-and-beautifulsoup-4-1pkl