Skip to content

🏦 Scrape transactions from a website - Bankin Challenge #1.

License

Notifications You must be signed in to change notification settings

jclerc/bankin-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🏦 Scrape transactions from a website - Bankin Challenge #1.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published