finance-dl
finance-dl copied to clipboard
Tools for automatically downloading/scraping personal financial data.
* correctly skip duplicate downloads rather than re-downloading them * use mobile homepage, which seems to more reliably show the login prompt quickly
I am getting ``` TypeError: Binary Location Must be a String ``` when trying to run finance_dl.cli with schwab configuration. It is looking for os.getenv("CHROMEDRIVER_CHROME_BINARY") but could not find it....
I love the idea here but I'm having lots of trouble with these importers. Here's my summary trying to get a few to work: * healthequity: works * amazon: very...
Hi, there have been some minor changes on Amazon DE webpage, which broke the invoice scraping. Also I fixed handling archived orders for non EN languages.
Can't really provide much more info since there isn't any error ``` DevTools listening on ws://127.0.0.1:50082/devtools/browser/f72cd410-a08b-41e8-ab1a-cc6b26aad299 --connect=http://localhost:50079 --session-id=7d8f0a6373be86bc7ee5a26c1d39f98d 2023-10-29 21:55:41,054 amazon.py:277 [INFO] Initiating log in 2023-10-29 21:55:41,608 amazon.py:288 [INFO] Looking...
Trying to download amazon(.de) orders but doesn't seem to want to download anything, not sure what condition it was waiting on. Also had to change `orderFilter `to `timeFilter` here to...
The PayPal-importer seems to fail when trying to get the csrf-token after logging in. It seems like the whole structure of the webpage has changed. I wasnt able to find...
apparently the data containing the CSRF token is now base64 encoded. added decoding before extraction.
Looks like Amex finally turned off their ofx direct download feature[0]. Is there a way/plan to use Selenium to automatically download the ofx file from the web interface? I tried...