Scrape transactions from a website - Bankin Challenge #1.
- Scrape all transactions from Bankin site
- Parallelization using multiple tabs
- Optional script injection to make it faster
- Highly optimised and lightweight
- Headless Chrome
65
- Puppeteer
1.0.0
- Node
9.4.0
yarn
(ornpm
)- Node 8.3.0+
git clone https://github.com/jclerc/bankin-scraper.git
cd bankin-scraper
yarn # or `npm i`
yarn start # or `npm start`
- 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.