mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 12:31:11 +00:00
12 lines
310 B
Markdown
12 lines
310 B
Markdown
|
# 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
|