rajitbanerjee/amazon-price-tracker
A web scraping project to track the price of an item on Amazon UK.
PythonMIT
Issues
- 0
Amazon
#4 opened by amansinghaljpr - 0
UnicodeEncodeError: 'ascii' codec can't encode character '\xb0' in position __: ordinal not in range(128)
#2 opened by rajitbanerjee - 0
Cannot find discount if Amazon doesn't use id="regularprice_savings" for the savings amount
#3 opened by rajitbanerjee - 0
Program doesn't work for Amazon products which don't use price id = "priceblock_ourprice", hence soup.find(id).get_text() returns None
#1 opened by rajitbanerjee