yasserqureshi1 / Sneaker-Monitors

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!
GNU General Public License v3.0
463 stars 125 forks source link

Updated FootlockerUS.py to make it semi-functional #88

Closed adityasanehi closed 3 years ago

adityasanehi commented 3 years ago

Footlocker US monitor successfully scrapes each element, with an exception of the img (being LazyLoaded). Removed the 'img' element from the soup, replaced with a static thumbnail in the discord embed. Deployed and tested.

yasserqureshi1 commented 3 years ago

Thanks for the contribution!