Git Product home page Git Product logo

rbc_scraper's Introduction

rbc_scraper

A command line tool which walks all the RBC Statement PDF files in the current directory and parses all the transactions into a transactions.csv file.

The tool has been tested with Checking and Visa statements so far. The tool has been tested on Mac OSX, but it should work on Linux as well without modification. If you would like to make this work with Windows, it would require slight modification.

Dependencies

rbc_scraper depends on the pdf2htmlEX command line tool for converting the PDF to an HTML in order for the data to be parsed out.

Usage

Downloading Binary

$ /path/to/dir/with/rbc/statements
$ wget -O rbc_scraper https://github.com/swill/rbc_scraper/raw/master/bin/rbc_scraper_darwin_amd64
$ chmod +x rbc_scraper
$ ./rbc_scraper

Building Locally

$ git clone https://github.com/swill/rbc_scraper.git
$ cd rbc_scraper
$ go install
$ cd /path/to/dir/with/rbc/statements
$ rbc_scraper
$ cat transactions.csv

rbc_scraper's People

Contributors

swill avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.