Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 434 Bytes

File metadata and controls

23 lines (15 loc) · 434 Bytes

Scraper for TSB

Uses Google Puppeteer to access and scrape account data from your TSB account.

Installation

npm i

Configuration

  1. Create a folder called config
  2. Copy example-config.json into the config folder
  3. Rename example-config.json to prod.json

Run

npx babel-node ./src/index.js

Created by Andy Wright and licensed under the MIT License.