Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osrs-wiki/osrs-web-scraper

OSRS Web Scraper: scrape information from the Oldschool Runescape website.
https://github.com/osrs-wiki/osrs-web-scraper

mediawiki oldschool-runescape oldschool-runescape-api oldschool-runescape-hiscores oldschoolrunescape osrs osrs-wiki

Last synced: about 1 month ago
JSON representation

OSRS Web Scraper: scrape information from the Oldschool Runescape website.

Awesome Lists containing this project

README

        

# osrs-web-scraper

Scrape information from the Oldschool Runescape website and convert it to MediaWiki format.

## Setup

### Install dependencies

```
npm install
```

### Usage

```
Usage: OSRS Web Scraper [options] [command]

Options:
-V, --version output the version number
-h, --help display help for command

Commands:
news Scrape an OSRS news posts.
poll Scrape an OSRS poll.
worlds Scrape the OSRS world list.
help [command] display help for command
```

## Releasing

### Create a changeset

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.