Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 784 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 784 Bytes

datev_extract

This npm package is a simple Extractor for Salary PDFs from the DateV platform arbeitnehmeronline.de It uses puppeteer for downloading the pdf's and Readline-sync for getting the user input from the CLI.

Setup

  1. Clone the Github Repo in a Directory of your choice via

git clone https://github.com/ThomasSchmidtGF/datev_extract.git

  1. Navigate in your chosen Directory, open a CLI and install the package via

npm i

  1. Put your Login Credentials into the cred.js file (no worries, nobody except for you, puppeteer and datev is going to see them)

Usage

Just open a CLI and enter

npm lohn.js

Done! Your PDF is in your Downloads folder.

If you want to see what the script is doing, open lohn.js with a editor and set the option "headless" to false.