Posted in100DaysOfCode
100 Days of Python, Projects 51-53 #100DaysofCode
Here we are now with a few more automated bot tasks. It's been a fun series of lessons, though I enjoyed using Beautiful Soup more then Selenium. Selenium runs into too many anti-bot measures on the web to be truly effective. I mean, it's definitely a useful too, but in my experience, it's not reliable enough. BS seems to be much more effective, though it can't really interact with pages. In the long run, I think I am more just irritated by "clever bull shit" on web pages that makes both pieces of software a pain to work with. Take…