Skip to content

Hari-Kumar-A/web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPL 2024 Web Scraper, an application for gathering and processing IPL 2024 data.

🛠️ Tech Stack :

Golang  JavaScript  CSS  HTML 

⭐ Benefits of using above Tech Stacks :

  1. Golang is chosen for its excellent concurrency support, performance, and simplicity, making it ideal for web scraping tasks.
  2. Colly is a fast and easy-to-use web scraping framework in Go, with built-in support for crawling, data extraction, and parallelism.
  3. Gin is light-weight, high performance HTTP request handling framework which has in built features of logging, error handling, and authentication.

🔥 Features

  1. Scrape match schedules, team standings, and player stats for IPL.
  2. Data extraction from official IPL websites or other cricketing platforms.
  3. Storage of data in JSON format for easy processing and usage.
  4. Concurrency for scraping large data sets efficiently.

✏️ Installation and Setup

  1. Fork the Repo
  2. Clone the Repo:
$ git clone https://github.com/Hari-Kumar-A/web-scraping.git  
cd IPL_2024_CSK/  
  1. Install Go Modules( Run the following ):
go mod tidy  
  1. Run the Web Scraper
go run .\IPL_2024_CSK\
  1. The go server will be running in PORT 8080.

📷 ScreenShots

image image

About

Web Scraping using golang and Colly framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published