Skip to content

Python script to autobuy product during flash sale in flipkart.

License

Notifications You must be signed in to change notification settings

koolgokul22/flipkart-autobuy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flipkart-autobuy

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:

  1. Clone or download this repository git clone https://github.com/atultherajput/flipkart-autobuy.git
  2. Do cd flipkart-autobuy
  3. Run python3 -m venv appvenv source appvenv/bin/activate
  4. Run pip install -r requirements.txt
  5. Download the correct chromedriver for you operating system (Linux/OSX/Windows), put the chromedriver in this project directory.
  6. Set path of chromedriver in config.ini file.
  7. Enter your email and password in config.ini file.
  8. Enter flipkart product URL in config.ini file.
  9. Enter your saved card CVV in config.ini file.
  10. 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.

Currently supports Card Payment and PhonePe(UPI). More Payment options are under development.

Forked from flipkart-autobuy-old

About

Python script to autobuy product during flash sale in flipkart.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%