Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
/ bank-reader Public archive

A simple scraper for my bank account

License

Notifications You must be signed in to change notification settings

silvanocerza/bank-reader

Repository files navigation

Bank reader

Build Status Coverage Status

A scraper for my bank account.

Getting started

To launch the project run docker-compose up in root directory.

Testing

To launch tests a postgres DB is needed so first bring it up.

docker-compose -f containers/services.yml up
tox