I’ve been attempting to compile a script to give me table data from a few xpaths from https://www.worldometers.info/coronavirus/ to display info from just 4 of the hundreds of datasets.
The issue I’ve run into after playing around with various scripts for hours and hours and doing web searches is that pythonista iOS won’t allow me to utilize pandas, beautiful soup, pyto, or a host of other parsers.
I’m admittedly a noob but it seems like using the basic installed libraries for python 2.7 or 3.2 should be able to simply display Xpath data with a few lines of code with which I will eventually migrate some premade code in iOS shortcuts app to make it a widget for my Apple Watch and/or iPhone.
All this to say... has anyone had success scraping using iOS Pythonista app? If so, any pointers for an angle of attack??