Updated Poemfeed
Update: fixed Github link The little script I wrote in 2020, to get me my daily poetry fix, died a couple of months ago. Life got in the way of me, figuring out what was wrong. I finally got around to it today. A little bit of peeking under the hood revealed that Cloudflare did not like me using the Python Requests library to check the Poetry Foundation page. Or maybe it just did not like the useragent string that Requests gave it. I was in no mood to go down that rabbit hole, so I just went looking for modern alternatives to Requests. Found HTTPX.1 and switched over to it.2 And then while I was at it, replaced PyRSS2Gen with FeedGenerator. ...