Fun weekend project — writing code to scrape memes from r/ProgrammerHumor — For a long time, I used to think scraping data from the internet was too boring, inspecting the webpage in DevTools, finding the DOM nodes of your interest — it seemed too much of a hassle to me. Until, one day, I tried it using Beautiful Soup and was really…