Added README.md

This commit is contained in:
Subho Ghosh 2022-10-10 21:56:38 +05:30
parent c04be740f9
commit 6757ceadc1
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Amazon Price Tracker
A price tracker app in python that will keep track your product price and will mail you when the price wents down.
## Usage/Examples
* 3 packages required requests, beautifulsoup, smtplib
* Use pip install requests, pip install bs4 and pip install secure-smtplib
* run scap.py file

View File

@ -1,3 +1,4 @@
import time
import requests # Will help us to get out url directed
from bs4 import BeautifulSoup # Will help us to scrap us the data