1
1
# Flipkart Price Alert
2
2
Checks for the price of a desired product periodically.
3
3
If the price drops below the desired amount, notifies the user via email.
4
- # Setup Instructions
4
+ ## Setup Instructions
5
5
Type the following to install requirements: (make sure you have python installed)
6
6
` pip install -r requirements.txt `
7
7
This script requires access to mail credentials inorder to work, follow the steps below to generate the credentials for a limited scope.
8
- ## How to get app password
8
+ ## Optional: How to get alternate login credentials:
9
9
1 ) To get app passwords, go to myaccount.google.com/security
10
10
2 ) Make sure you save 2-step verification turned on.
11
11
3 ) Choose app passwords (under signing into google)
@@ -14,9 +14,8 @@ This script requires access to mail credentials inorder to work, follow the step
14
14
![ ] ( https://devanswers.co/wp-content/uploads/2017/02/my-google-app-passwords.png )
15
15
16
16
## Usage
17
- 1 ) Edit the config vars in the track.py script.
18
- 2 ) Run the track.py script. ` python track.py `
19
- 3 ) Hope the price drops :).
17
+ 1 ) Run the track.py script. ` python track.py `
18
+ 2 ) Hope the price drops :).
20
19
21
- # Author
20
+ ## Author
22
21
[ Ea] ( github.com/jade9ja )
0 commit comments