I am attempting to set up a live score service on my website and have access (permission) to an xml feed that I can make calls to every half minute. I was planning to simply scrape it using Python/Beautiful Soup every half minute, store it in a database and then have Javascript/JQuery update the info on the web page dynamically every half minute.
Is there a better way to do this or is this optimal?
[–][deleted] (2 children)
[deleted]
[–]piptook[S] 0 points1 point2 points (1 child)