A Simple Expiring Set in Python
17 Jan
Months ago, I coded a tiny crawler to monitor some electronics deals. I extracted a list of my target products from the homepage, and on each product page tried to add it to my cart. Basically I need to: Check … Read More »