Python & remote pages

I did some more coding, this time to try and capture my ello feed. I have the string manipulation under control, mostly but in some cases, I wanted to look up data from another remote page. I looked at urllib and requests, but ello prohibit automated scraping; we’ll see if I solve it through browser…

Read more