You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A broken monitor made me create this Python-based tool that I'll be using to get a ping on my cell phone via Telegram when my shortlisted-but out-of-stock monitor comes back into stock!
The usual way of soup-ifying the webpage and finding the element didn't work because the webpage I was scraping, was changing state after loading in. Selenium's Chrome-driver came in handy for managing the dynamic URLs, and there I saw potential in this being useful for others as well!
Sharing my tool with you all. Hopefully, my day's work can save you yours!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
A broken monitor made me create this Python-based tool that I'll be using to get a ping on my cell phone via Telegram when my shortlisted-but out-of-stock monitor comes back into stock!
The usual way of soup-ifying the webpage and finding the element didn't work because the webpage I was scraping, was changing state after loading in. Selenium's Chrome-driver came in handy for managing the dynamic URLs, and there I saw potential in this being useful for others as well!
Sharing my tool with you all. Hopefully, my day's work can save you yours!
Full Changelog: https://github.com/YashPS/StockChecker/commits/ItemStockCheckAlert
This discussion was created from the release Initial Release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions