nurtext / datev_extract

This npm package is a simple Extractor for Salary PDFs from the DateV platform arbeitnehmeronline.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

datev_extract

Downloads salary PDFs from DATEV ANO https://www.datev.de/ano/

It uses puppeteer for downloading and readline-sync for getting the user input from the CLI.

Notice: Only smsTAN is supported as login-method.

Setup

  1. Clone the repository:

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

  1. Navigate to the chosen directory, open a CLI and install the dependencies using:

npm ci

Usage

Just open a CLI and type:

npm start

Enter username, password and smsTAN when asked. Your document(s) can then be found within folder download/.

If you want to see what the script is actually doing, open datev.js with a editor of your choice and set headless to false (line 8).

About

This npm package is a simple Extractor for Salary PDFs from the DateV platform arbeitnehmeronline.de

License:MIT License


Languages

Language:JavaScript 100.0%