Code Monkey home page Code Monkey logo

Comments (4)

agenecov avatar agenecov commented on July 18, 2024

is this code still up-to-date? was trying to make it work for me, and it fails after the
match = re.search("JFP_CSRF_TOKEN='(.*)';", response.text) jfp_token = match.group(1)
lines.

The match returns None because the response text doesn't contain anything related to JFP_CSRF_TOKEN. This is the response text:
`<script type="text/javascript">
window.onload = function() {
document.unAuthForm.submit();
}
</script>

`

Any idea what to do?

from bankscrape.

tubaman avatar tubaman commented on July 18, 2024

It's way out of date. I have a new version that I'm working on. My
recommendation in the meantime is to try something like ofxclient[1].

  1. https://github.com/captin411/ofxclient

On Fri, Feb 05, 2016 at 11:49:42AM -0800, agenecov wrote:

is this code still up-to-date? was trying to make it work for me, and it fails after the
match = re.search("JFP_CSRF_TOKEN='(.*)';", response.text) jfp_token = match.group(1)
lines.

The match returns None because the response text doesn't contain anything related to JFP_CSRF_TOKEN. This is the response text:
`<script type="text/javascript">
window.onload = function() {
document.unAuthForm.submit();
}
</script>

`

Any idea what to do?

from bankscrape.

agenecov avatar agenecov commented on July 18, 2024

So I actually was trying ofxclient before searching google for alternatives, which led me here. I got ofxclient to work with my bankofamerica and chase accounts, but not with citibank for some reason. Even if I use incorrect credentials, I get no errors -- it just tells me that I have 0 accounts with citibank. Turns out that citibank has discontinued service for direct connect for quicken (which I think is using the same protocol as ofxclient), so I think that's why it's not working. Let me know if you find that to be not true!

from bankscrape.

tubaman avatar tubaman commented on July 18, 2024

On Sat, Feb 06, 2016 at 12:24:10AM -0800, agenecov wrote:

So I actually was trying ofxclient before searching google for alternatives, which led me here. I got ofxclient to work with my bankofamerica and chase accounts, but not with citibank for some reason. Even if I use incorrect credentials, I get no errors -- it just tells me that I have 0 accounts with citibank. Turns out that citibank has discontinued service for direct connect for quicken (which I think is using the same protocol as ofxclient), so I think that's why it's not working. Let me know if you find that to be not true!

Ah, that's probably correct.

from bankscrape.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.