Scrape information from the Oldschool Runescape website and convert it to MediaWiki format.
npm install
Usage: OSRS Web Scraper [options] [command]
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
news <string> Scrape an OSRS news posts.
poll [string] Scrape an OSRS poll.
worlds Scrape the OSRS world list.
help [command] display help for command
Create a changeset file by running the following command:
npx changeset
Upon merging a PR, a changeset "Release" PR will be created which consumes all changeset files to build a change log. Merging this "Release" PR will create a new Github Release.