captin411 / ofxclient

Bank transaction downloader and python OFX client libraries
MIT License
261 stars 89 forks source link

Question about ini config file format #85

Open emin63 opened 4 years ago

emin63 commented 4 years ago

First of all, thank you for writing this tool. It is awesome! For the first time, I have some hope of managing my finances using command line tools.

I have a question about ini config file format. When I use ofxclient to add accounts, they show up in the ofxclient.ini in a section like

[5fabc123blahblahblahblahblahblahyaddayaddayaddblahblah]

Can I manually edit the ini file to change this to something like [vanguard]? That would be useful so I can do ofxclient -a vanguard instead of ofxclient -a 5fabc123blahblahblahblahblahblahyaddayaddayaddblahblah. I tried changing the ini file but then I got errors.

Thanks.