https://github.com/dumbmachine/sensex
https://github.com/dumbmachine/sensex
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dumbmachine/sensex
- Owner: DumbMachine
- License: gpl-3.0
- Created: 2019-04-14T11:08:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T17:33:40.000Z (almost 7 years ago)
- Last Synced: 2025-09-08T08:47:42.336Z (7 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SENSEX
A python package to scrap data from Money Control site. This can be used to scrape data for BSE/NSe stocks.
Use at your own risk, I don't think they would allow people to scrap data of their site like this.
## Installation:
```python
git clone THISHIT
cd THISHIT
pip install -r requirements.txt
python setup.py install
```
from MultiStock import MultiStock
something = MultiStock("RAITN",['https://www.moneycontrol.com/india/stockpricequote/steellarge/jindalhisar/JSH','https://www.moneycontrol.com/india/stockpricequote/steellarge/jswsteel/JSW01','https://www.moneycontrol.com/india/stockpricequote/steellarge/manaksiasteels/MS27','https://www.moneycontrol.com/india/stockpricequote/steellarge/sail/SAI','https://www.moneycontrol.com/india/stockpricequote/steellarge/steelexchange/SEI02','https://www.moneycontrol.com/india/stockpricequote/steellarge/tatasteel/TIS'],threads=5,full_day = True)
something.bulk_get_data()# sensex