/paycheck-scraper

scraping data from online versions of my paycheck records to csv file because #taxes

Primary LanguageHTML

paycheck-scraper

I wrote a python script to scrape a folder of HTML files for my online paycheck records, extract the right data I wanted, and then output the data into a CSV file.

Because #taxes

Disclaimer: anything found in the /sample folder is FAKE data! It's there to show you that the script works.


Working example

a sample csv

To use the sample

mkvirtualenv paycheck_scraper
pip install -r requirements.txt
python sample/sample.py