I don't know where to start. I would like to create an price alert using python.(when is lower than X $ for example)
But when i try to read some website (like https://www.gearbest.com
) i got
urllib.error.HTTPError: HTTP Error 403: Forbidden
But works with https://amazon.com
What is the easiest way to retrieve few info on a webpage list?
I would like to be able to follow the price evolution.