Tobibur Rahman

Android developer :iphone:

Home

Track Amazon prices with python

Published Jul 04, 2019


Requirements

  • Python 3
  • requests & bs4 (pip install requests bs4)

Explaination

This program tracks Amazon product prices by scrapping the webpage


Code