Skip to content

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

Notifications You must be signed in to change notification settings

sodevious/paycheck-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published