A collection of web monitors that notify of restocks or updates on sneaker related sites through Discord Webhook. This includes Shopify, Nike SNKRS (supports 42 countries), Supreme and now Footsite monitors!
added more logical naming to stock (-> stock_all), cat (-> product_category)
made line 142 more concise by calling category (because it is a dict) instead of stock[cat] (which references the same dict but is more ambiguous)
added negative keyword implementation (if keyword starts with - and is in the product name it breaks the nested for loop and goes onto the next product)
-
and is in the product name it breaks the nested for loop and goes onto the next product)