Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

170 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python modules and scripts to download and convert bank statements.

Set up the virtual environment and install requirements.

I'm using uv to create a virtual environment and install the dependencies:

$ uv venv
$ source .venv/bin/activate
$ uv sync

I recommend using (direnv)[https://direnv.net/] to automatically activate the environment in your shell when entering the directory. Setup for this project:

$ echo 'export VIRTUAL_ENV=".venv"\nlayout python' > .envrc
$ direnv allow

Run

See convert.py and fetch.py for details on how to use it.

$ ./convert.py -i dkb-checking "$file" > "$outfile"

Installation of web scrapers on macOS

Optional, if using the web scrapers:

$ brew install geckodriver chromedriver

About

Python modules and scripts to download bank account data from banking websites.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages