sank8dalvi / Flipkart-Notifier

Script to notify you when the product gets in stock on Flipkart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flipkart-Notifier

Script to notify you when the product gets in stock on Flipkart

Requirements

  • Python 3
  • Python pip
  • Python module requests
  • Python module pyrogram
  • Python module bs4
  • Python module python-dotenv

Module Installation

pip install -r requirements.txt

Features

  • Once the product gets in stock script will automatically send you message on telegram
  • Add multiple products (url's) to check stock for
  • Check stock on your specified pincode (New)
  • Need one time execution and it'll keep working until you stop it
  • Many more features

Generate api details through telegram

  • Goto my.telegram.org
  • Login with your number
  • Create new app (fill the form)
  • After submitting, copy your api_id and api_hash and paste in .env file
  • Now run the script and ENJOY!!

Usage

Run script

python fk.py

About

Script to notify you when the product gets in stock on Flipkart

License:MIT License


Languages

Language:Python 93.4%Language:Shell 6.6%