FETCH_NSE is a web scraping example which collects live data from Nifty50 option chain API of NATIONAL STOCK EXCHANGE OF INDIA.
git clone https://github.com/qubiit/fetch_nse.git
cd fetch_nse
python -m venv .venv
source .venv/bin/activate #on unix
pip install -r requirements.txt
python fetch_nse.pyThis example is for educational purpose . Furthermore NSE does not support any kind of automatic or manual web scraping. Please don't abuse this.
License: WTFPL