Python modules and scripts to download bank account data from banking websites.
See convert.py
and fetch.py
for details on how to use it.
Optional, recommended to isolate your Python environment:
$ brew install pyenv pyenv-virtualenv pyenv-virtualenvwrapper
Optional, if using the web scrapers:
$ brew install geckodriver chromedriver
$ pip install beautifulsoup4 selenium