1.0.3 • Published 3 years ago

olympics-tokyo-2021-schedule-scrapper v1.0.3

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

olympics-tokyo-2021-schedule-scrapper

A puppeteer based web scrapper for olympics event schedule

Usage

npm install -g olympics-tokyo-2021-schedule-scrapper

olympics-2021-scrapper <date-to-parse> <output-dir>

# e.g. olympics-2021-scrapper 2021-08-01 ./schedules

# NOTE: <date-to-parse> format must be YYYY-MM-DD
# JSON files will be written in specified {output-dir} with the name format 'olympics-schedule-{date-to-parse}.json'

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

npx olympics-tokyo-2021-schedule-scrapper <date-to-parse> <output-dir>
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago