Skip to content

This repository contains Python script for web scraping IPL (Indian Premier League) 2022 auction data from the official IPL website

Notifications You must be signed in to change notification settings

Rishiraj8/IPL_Auction_WebScraping_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

IPL Auction Web Scraping and Analysis

IPL Logo

Overview

This is basically done for my Data Science mini Project for my semester so, You can too use it if you needed incase of emergency to show some basic Data Science Project.. Just Copy and Paste the main.py contained lines and before going on, install the dependencies that needs to run this file..

This is the official website of IPL 2022 auctions where I have webscrapped..)

https://www.iplt20.com/auction/2022

Dependencies

The following Python libraries are required to run the scripts:

  • requests
  • beautifulsoup4
  • pandas
  • matplotlib
  • seaborn

You can install the dependencies using the following command:

pip install requests
pip install beautifulsoup4
pip install pandas
pip install matplotlib
pip install seaborn

Contents

  • scrape.py: Python script for web scraping IPL auction data.
  • analysis.ipynb: Jupyter notebook for data analysis and visualization.
  • requirements.txt: List of Python dependencies required to run the scripts.

About

This repository contains Python script for web scraping IPL (Indian Premier League) 2022 auction data from the official IPL website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages