Mystery-2-Dev / Python_Programming

This repositry is basically based on basic to advance python programming learning
2 stars 10 forks source link

Track prices of amazon products using URL as well as names #13

Closed shivanshsinghal107 closed 3 years ago

shivanshsinghal107 commented 3 years ago

I have built an amazon price tracker using web scraping while involves two scripts: 1) url_tracker.py - Track price using the URL of the product 2) track_by_name.py - Track price using the name of the product

I have also included the guidelines to use these scripts and uploaded a screenshot as well with the script in action