WebScrapperNBA is a Python-based web scraping tool designed to collect and analyze data from the NBA website. This project aims to provide users with easy access to historical franchise data and statistics.
- Scrapes NBA franchise history and statistics.
- Outputs data in a CSV format for easy analysis.
- Python 3.x
- Libraries:
requests,beautifulsoup4,pandas
- Clone the repository:
git clone https://github.com/bishos123/WebScrapperNBA.git cd WebScrapperNBA - Install Requirements:
pip install requests beautifulsoup4 pandas
- Run script:
python Web_scrapper_NBA.py
The scraped data will be saved in df_franchise_history.csv, at same directory.
This project is licensed under the MIT License - see the LICENSE file for details.
BeautifulSoup for HTML parsing. Pandas for data manipulation.
