Skip to content

Trigger a banking export from a SPARKASSE website via webscraper. Tested on german ui only.

Notifications You must be signed in to change notification settings

parthux1/sparkasse_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparkasse export

A script for downloading transaction history of Sparkasse - Online Banking using selenium. Currently only tested for german language.

You'll need to supply login username and password. An oauth2 request will be sent every time the script runs.

Setup procedure

  • duplicate config_template.yaml as config.yaml
  • replace all values in it
  • create your venv:
cd sparkasse_export
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
  • run the script

About

Trigger a banking export from a SPARKASSE website via webscraper. Tested on german ui only.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages