Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 508 Bytes

Paybooks Payslips downloader

Downloads Payslips from Paybooks.

This script opens a Chromium browser and automates user actions to download and save the payslips.

60% of the time, it works every time.

  1. Clone this repo
  2. Export below env variables
export PAYBOOKS_USERNAME=<email>
export PAYBOOKS_PASSWORD=<password> # use single quotes if your password has exclaimation mark
export PAYBOOKS_DOMAIN=<domain for your org>
  1. Install dependencies & run the script
npm i
node index.js