File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
<h1 align =" center " > Amazon Price Tracker</h1 >
2
- Tracks the current given product price.
2
+ Tracks the current given product price and provides alerts on price drop on email and whatsapp .
3
3
4
4
---------------------------------------------------------------------
5
5
@@ -8,15 +8,16 @@ Tracks the current given product price.
8
8
- bs4 (BeautifuSoup)
9
9
- time
10
10
- smtplib
11
+ - pywhatkit
12
+ - datetime
11
13
12
- [ requirements.txt] ( )
14
+ [ requirements.txt] ( Amazon-Price-Tracker/requirements.txt )
13
15
<hr >
14
16
15
17
## How it works
16
18
- By providing the User agent name and URL of the product that you want to track and buy and then it scrap the web and it
17
19
tracks your product price.
18
-
19
- - It returns The Tracking price of your product and it sends email when your product price decreases
20
+ - It returns The Tracking price of your product and it sends email and whatsapp message when your product price decreases
20
21
at best least price.
21
22
22
- #### By [ Avinash Kr. Ranjan] ( https://github.com/avinashkranjan )
23
+ #### By [ Avinash Kr. Ranjan] ( https://github.com/avinashkranjan )
You can’t perform that action at this time.
0 commit comments