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 automation. Here are some notes on requests and urllib. …

Links

  • Not urllib, https://pypi.org/project/requests/
  • Stackoverflow on urllib
  • urllib at python.org and at geeksforgeeks

I also had to convert some emoji’s to html

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.