Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.23 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.23 KB

bankin-scraper

made for: fun language: javascript made in: 2018
Scrape transactions from a website - Bankin Challenge #1.


Features

  • Scrape all transactions from Bankin site
  • Parallelization using multiple tabs
  • Optional script injection to make it faster
  • Highly optimised and lightweight

Stack used

  • Headless Chrome 65
  • Puppeteer 1.0.0
  • Node 9.4.0

Getting started

Requirements

  • yarn (or npm)
  • Node 8.3.0+

Installation

git clone https://github.com/jclerc/bankin-scraper.git
cd bankin-scraper
yarn # or `npm i`
yarn start # or `npm start`

Notes

  • A more detailed version of this README with additional research and information can be found in DOCS.md file.
  • Original contest announcement is in CHALLENGE.md file.