+ 1
What's the best way to get live information on my website?
If I want to get automatic stock price updates every 15 minutes or a live news feed onto my webpage, what are a few ways to do it?
1 Réponse
+ 6
if I had to get info from another website in mine , I would have used bs4 module to parse and display on page . or you have to keep updating database . or directly bind the webpage in a iframe . it depends on what you need and tool you are using actually .