Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.19 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.19 KB

Flipkart-Tracker

Initially it tracks price of any product and also checks for its availability.

Requirements

This python script is meant to run 'Termux' app.

After installing Termux run following command to get all the required packages:

pkg install python
pkg install termux-api
termux-setup-storage
pip install requests beautifulsoup4

To Run the script

Download the script and save it in your internal storage.

Change to directory of phone internal storage cd storage/shared and then to your file location cd '<path to your file>'. These commands can be combined together.

To run the file use python main.py

Example: As I have my 'main.py' in folder named 'Script' on my internal storage then i use

cd 'storage/shared/Script/'
python main.py

Note!: Change main.py according to your need.

  • Line140: time interval between fetching same product link again