Skip to content

Commit 6757cea

Browse files
committed
Added README.md
1 parent c04be74 commit 6757cea

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Amazon Price Tracker
2+
3+
A price tracker app in python that will keep track your product price and will mail you when the price wents down.
4+
5+
6+
## Usage/Examples
7+
8+
9+
* 3 packages required requests, beautifulsoup, smtplib
10+
* Use pip install requests, pip install bs4 and pip install secure-smtplib
11+
* run scap.py file

scripts/Amazon_price_tracker/scap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import time
12
import requests # Will help us to get out url directed
23
from bs4 import BeautifulSoup # Will help us to scrap us the data
34

0 commit comments

Comments
 (0)