|
| 1 | +# NSE Stock Data |
| 2 | + |
| 3 | +Running this Script would allow the user to go through NSE Stock data scraped from [NSE Website](https://www.nseindia.com), based on their choice of available categories. |
| 4 | + |
| 5 | +## Setup instructions |
| 6 | + |
| 7 | +In order to run this script, you need to have Python and pip installed on your system. After you're done installing Python and pip, run the following command from your terminal to install the requirements from the same folder (directory) of the project. |
| 8 | + |
| 9 | +``` |
| 10 | +pip install -r requirements.txt |
| 11 | +``` |
| 12 | + |
| 13 | +As this script uses selenium, you will need to install the chrome webdriver from [this link](https://sites.google.com/a/chromium.org/chromedriver/downloads) |
| 14 | + |
| 15 | +After satisfying all the requirements for the project, Open the terminal in the project folder and run |
| 16 | + |
| 17 | +``` |
| 18 | +python stocks.py |
| 19 | +``` |
| 20 | + |
| 21 | +or |
| 22 | + |
| 23 | +``` |
| 24 | +python3 stocks.py |
| 25 | +``` |
| 26 | + |
| 27 | +depending upon the python version. Make sure that you are running the command from the same virtual environment in which the required modules are installed. |
| 28 | + |
| 29 | +## Output |
| 30 | + |
| 31 | +The user can select different categories from the GUI as shown in the sample screen shot below |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +## Author |
| 37 | + |
| 38 | +[Ayush Jain](https://github.com/Ayushjain2205) |
0 commit comments