Mr. Mohon Posted April 4, 2014 Share Posted April 4, 2014 Hi, not sure if this is out there or not but just wondering if there is a workflow for Alfred to sign on to my bank(or any other sight) to download the newest statement and file it into a specific folder on my computer? Link to comment
rice.shawn Posted April 5, 2014 Share Posted April 5, 2014 Mohon, Not to my knowledge. And this would have to be a pretty specific workflow, probably tailored to your bank. If there is an API that your bank offers that would let you download statements, then this would make it easy. Otherwise, you'd need to code some sort of webscraper that would log into your bank account and then parse the HTML, grab the proper links, download them, then file them. Link to comment
jdfwarrior Posted April 7, 2014 Share Posted April 7, 2014 Backing what Shawn said. This would be a very specific workflow tailored to each individual bank more than likely. Also, unless the bank has some sort of API which.. I don't think that's common (I could be wrong), this would be kind of tricky too. I'm not sure about your bank but I log in one place, then have security questions, then have to go to other places to actually get to specific pieces of data so.. scraping the pages would be a multi-step kind of thing and just.. yikes. Link to comment
Mr. Mohon Posted April 8, 2014 Author Share Posted April 8, 2014 Ya thats kinda what I thought I would hear. Thanks for the responses. Link to comment
deanishe Posted April 8, 2014 Share Posted April 8, 2014 There are a few common APIs for online banking. HBCI is the common one here in Germany. OFX seems to be relatively common in the US. There is a library/CLI program called AqBanking that can talk to the APIs (and it's available via Homebrew). I've had a little play around with it, but it's awfully complicated. Link to comment
Mr. Mohon Posted May 5, 2014 Author Share Posted May 5, 2014 There are a few common APIs for online banking. HBCI is the common one here in Germany. OFX seems to be relatively common in the US. There is a library/CLI program called AqBanking that can talk to the APIs (and it's available via Homebrew). I've had a little play around with it, but it's awfully complicated. Thanks. Ill Give this a looking into. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now