mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
Added README.md
This commit is contained in:
parent
c04be740f9
commit
6757ceadc1
11
scripts/Amazon_price_tracker/README.md
Normal file
11
scripts/Amazon_price_tracker/README.md
Normal 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
|
|
@ -1,3 +1,4 @@
|
||||||
|
import time
|
||||||
import requests # Will help us to get out url directed
|
import requests # Will help us to get out url directed
|
||||||
from bs4 import BeautifulSoup # Will help us to scrap us the data
|
from bs4 import BeautifulSoup # Will help us to scrap us the data
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user