Sha256: c1d85b91ef556275775219126816ea2edef19bec80d1c7295ef6da0cebb04ace
Contents?: true
Size: 1.71 KB
Versions: 2
Compression:
Stored size: 1.71 KB
Contents
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 # you might have to use sudo ## Upgrading ### 0.1.x --> 0.2.x Statements are stored by year and the app uses the PDF ID, that is always available, instead of the ID of the detailed JSON, and statements are also stored in directories by year. You might want to save backup your current statements and manually merge the ones that might not be available anymore in the new folders. ## Usage ### Iterative 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, both in JSON and PDF formats. When you receive your next paycheck, just go back to the directory and re-run `adp-downloader`. ### Unattended If you want to run it automatically (e.g. in a cron job), create or edit you local [`.netrc` file][netrc] (usually in your home directory, unless you put it somewhere else) with your credentials: machine adp-downloader login ___username___ password ___password___ Adding your credentials to this file will skip the interactive step. ## Disclaimer This program is not afiliated with ADP. ## License adp-downloader is released under the [GPL License][gpl]. [ADP]: https://www.adp.com/ [MyADP]: https://my.adp.com [netrc]: https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html [gpl]: https://www.gnu.org/licenses/gpl-3.0-standalone.html
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adp-downloader-0.2.2 | README.md |
adp-downloader-0.2.1 | README.md |