silveira / adp-downloader

This app incrementally downloads ADP pay statements from MyADP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADP Downloader

This app automatically downloads all ADP pay statements (pay stubs) from MyADP and stores both the JSON and the PDF version of the pay statement. If called multiple times, it will download only statements that have not yet been downloaded.

Installation

gem install adp-downloader

Usage

Go to the directory where you want the pay stubs to be saved and run:

adp-downloader

Enter your credentials and profit: all pay statements currently available will be downloaded. When you receive your next paycheck, just go back to the directory and re-run adp-downloader.

If you want to run it automatically (e.g. in a cron job), create a credentials.json file in your directory of choice first:

{
  "username": "--some-username--",
  "password": "--some-password--"
}

Creating this file will skip the interactive step.

Disclaimer

This program is not afiliated with ADP.

License

adp-downloader is released under the GPL License.

About

This app incrementally downloads ADP pay statements from MyADP

License:GNU General Public License v3.0


Languages

Language:Ruby 100.0%