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

Command line tool to download payslips from GesNext employee portal

License

Notifications You must be signed in to change notification settings

soyguijarro/gesnext-payslip-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This tool is no longer maintained

GesNext Payslip CLI

GesNext Payslip CLI is a command line tool written in Node to download payslips from the GesNext employee portal. The portal is an old, slow and not-so-nice website used by Telefónica and presumably other companies mainly to allow employees to download their payslips in PDF format. Thanks to this tool you might never have to look at it again.

Installation

You need Node.js to run this tool. Please go to the official website for installation instructions.

Then to install the tool itself:

npm install -g gesnext-payslip-cli

Usage

Usage: payslip [options]

Options:

  -h, --host <url>           URL of the portal
  -u, --user <user>          User
  -p, --password <password>  Password
  -m, --months [number]      Months back (defaults to last payslip)
  -h, --help                 output usage information

This will download the payslip PDF file to your current folder. If you don't want to manually run this command every time, you could for example set up a cron job to do it for you once a month.

About

Command line tool to download payslips from GesNext employee portal

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published