Skip to content

Modern API to fetch player data from the official Overwatch website.

Notifications You must be signed in to change notification settings

OverBind/overscrap

Repository files navigation

OverScrap

Modern API to fetch player data from the official Overwatch website.

Using typescript and puppeteer.

Install

npm i @overbind/overscrap

API

Create an instance

const scrapPlayer = await OverScrap.build('FusGaar', '1912', 'pc');

Example on how to retrieve data

const scrapPlayer = await OverScrap.build('FusGaar', '1912', 'pc');
const ranks = await scrapPlayer.getRanks();

Contribute

At this current time the API is primitive, so any issue or PRs are welcome.

No contribution rules has been set yet.