Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 819 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 819 Bytes

Script to buy product during flash sale online

Usage

This repository provides a flexible way to buy a specific product during Flash Sale in Snapdeal. This project uses the mobile api to interact with snapdeal server. The web structure used by amazon and other e-commerce websites may differ from the structure of Snapdeal, so little changes may be needed in the script if you want to use this script for other e-commerce platforms.

In order to add items to your order, you'll need the items' vendor code, supc and catalogId. To find these codes, get the menu from the store, then search for items you want to add and insert it manually into the script.

Requirements

For running the scripts, you need to install the following:

  • Python 3.xx
  • requests

requests can be installed easily with the help of pip