1.1.5 • Published 3 years ago

ipl-2021-schedule-scraper v1.1.5

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

ipl-2021-schedule-scraper

A puppeteer based web scraper for IPL event schedule

Usage

npm install -g ipl-2021-schedule-scraper
#Options:
#  -o --output-dir <output-dir>  Output directory path

# 1. [SCRAPE] Fetch event schedules
ipl-2021-scraper --output-dir=<output-dir>

# e.g. ipl-2021-scraper --output-dir=./schedules

# NOTE:
# 1. JSON files will be written in specified {output-dir} with the name 'ipl-2021-schedule.json'

Tip: You can also use this utility without installing the package

# Fetch event schedules
npx ipl-2021-schedule-scraper --output-dir=<output-dir>

Disclaimer:

  • This tool uses puppeteer to load web pages from iplt20.com to scrape schedule data.
  • Make sure to sensibly use this tool if used in automation, and not overwhelm the web servers.
  • YOU (user) will be completely responsible for usage of this tool. The developer CAN'T be blamed for the abuse of this tool.
1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago