personalcapital icon indicating copy to clipboard operation
personalcapital copied to clipboard

Personal Capital library for accessing its API

Results 13 personalcapital issues
Sort by recently updated
recently updated
newest added

Appears that PersonalCapital changed the login process and this login function no longer works.

Fixes to get login working again for this API. - updated regex parsing of the CSRF token - change the `user-agent` header to get through Cloudflare filtering - raise useful...

Is there any doco out there for the REST API that this library communicates with? perhaps a swagger of something of the like?

handling for cloudflare bot protection update csrf_regexp for new page format update auth payloads for new dict structure

After implementing changes from issue #20 and successfully running my script for a couple weeks, today I received this: `cloudscraper.exceptions.CloudflareChallengeError: Detected a Cloudflare version 2 Captcha challenge, This feature is...

Starting ~2d ago (17-NOV), started getting these Personal Capital API login/auth errors... `% ./wx.ad.py ro` `Traceback (most recent call last):` ` File "./wx.ad.py", line 60, in ` ` pc.login( pc_cred_user...

I'm very impressed with this API and wondering if it would be possible for me to write an API for Mint.com or is there something different about Mint that prohibits...

Hello, and thanks for the great library! The login worked for me on the first attempt! I've been working on a wrapper class that reduces the initial code for login,...

I'm trying to authenticate, and it seems that the email auth doesn't work. I get "account not authenticated" when trying to get data. SMS does work.

Thanks for the API! Trying this, doesn't seem like the raw_input call is needed(?)