jmhobbs@pyhacker /posts/paystubs
date
"2015-10-30T00:07:31.000Z"
whoami
jmhobbs
ls
comments content tags
wc content
168
cat content
Paystubs
At eShares, we use ADP for payroll. We used to use Namely and before that we used Zenpayroll (now known as Gusto). My old company used Paychex.
For years now, I've run a cron job that logs into my current payroll website and downloads my paystubs for me. I no longer have access to my former payroll provider websites so the older scripts may or may not work but I'll provide them here anyway. The first script should work since it's my current payroll system:
The scripts will require some modification for each individual situation.
You'll also need to provide authentication credentials in your ~/.netrc
file. After configuring the script, pass the script a directory to save
your paystubs to and it will download the paystubs it can scrape from the
page. The script uses my send_gmail
script to
email the downloaded scripts to an address you've configured.
I run this script twice a month in a cronjob to download and archive my paystubs.
wc tags
selenium
Â
paystub
Â
adp
Â
cat comments