ofxclient is a Python OFX client libraries and basic web application.
Installing
Using easy_install
sudo easy_install ofxclient
From source
get source from https://github.com/captin411/ofxclient > sudo python setup.py install
Quick Start
This distribution comes with a small web application so that you can add your banks, accounts and credentials.
Run this command in the terminal or command prompt
ofxclientd
If you need to, you can override the port that is bound to (8080)
ofxclientd -p 8080
And if you don't want the webbrowser opened on start
ofxclientd -b
Daemonizing on OSX or Linux > nohup ofxclient -b &
Product's homepage
Requirements:
· Python