Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/osrs-wiki/osrs-web-scraper
- Owner: osrs-wiki
- License: gpl-3.0
- Created: 2023-04-28T21:43:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T10:55:01.000Z (4 months ago)
- Last Synced: 2024-08-22T02:09:42.220Z (4 months ago)
- Topics: mediawiki, oldschool-runescape, oldschool-runescape-api, oldschool-runescape-hiscores, oldschoolrunescape, osrs, osrs-wiki
- Language: TypeScript
- Homepage:
- Size: 687 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 commandCommands:
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.