Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this repo still working? #27

Open
mattfrei27 opened this issue Mar 26, 2024 · 1 comment
Open

Is this repo still working? #27

mattfrei27 opened this issue Mar 26, 2024 · 1 comment

Comments

@mattfrei27
Copy link

Now that Personal Capital was acquired by Empower, does this repo still work? I gave it a try and client.login(, ) throws a generic exception on self.__authenticate_password().

@hanryhu
Copy link

hanryhu commented Dec 29, 2024

Works for me on the branch for PR #26 ! I'm on Macbook python3.

function example-read-password {
    read -s -p "Enter password:" $1
    export $1
}
snowflake-2:~/personalcapital$ mkvirtualenv personalcapital --python=python3
(personalcapital) snowflake-2:~/personalcapital$ pip install -r requirements.txt
(personalcapital) snowflake-2:~/personalcapital$ pip install .
(personalcapital) snowflake-2:~/personalcapital$ example-read-password PEW_EMAIL
(personalcapital) snowflake-2:~/personalcapital$ example-read-password PEW_PASSWORD
(personalcapital) snowflake-2:~/personalcapital$ python main.py
ERROR:root:[Errno 2] No such file or directory: 'session.json'
code: 1034
Networth: [REDACTED]
Number of transactions between 2024-09-29 and 2024-12-28: 361

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants