Hi
I am working on a project in which I want to scrape data from a website and use it to manipulate parameters within pd. I am working on pd vanilla and python version 3.7.4
So far I have worked out how I can scrape data from websites using python and the beautifulsoup and requests library. What I need to be able to do now is work out how to periodically run this script again and again (say every minute for example) to keep the data up to date. I realise this part may be a question for a python forum but any guidance on this would be appreciated,
My main question, however, is how to then feed that information into pd. I have done a lot of reading and it seems like OSC is the best way to go, using python-osc. However, I am struggling to get my head round how I go about doing this as I am pretty new to coding and I can't find any tutorials or much information online about this. Has anyone had any experience doing this who can offer any advice?
Thanks in advance