Automated program to buy Flipkart products in flash sale online. Specifically to buy products which go out of sale in a fraction of seconds and are too difficult to buy manually.
Steps to run this script:
- Clone or download this repository
git clone https://github.com/atultherajput/flipkart-autobuy.git
- Do
cd flipkart-autobuy
- Run
python3 -m venv appvenv
source appvenv/bin/activate
- Run
pip install -r requirements.txt
- Download the correct chromedriver for you operating system (Linux/OSX/Windows), put the chromedriver in this project directory.
- Set path of chromedriver in config.ini file.
- Enter your email and password in config.ini file.
- Enter flipkart product URL in config.ini file.
- Enter your saved card CVV in config.ini file.
- Run
python app.py
Note: Make sure to have only one address in your flipkart account and only one card saved. Remove all extra credit and debit card from flipkart and phonepe account.
More payment options coming soon (Currently only supports card payment).
Forked from flipkart-autobuy-old