finance-dl
finance-dl copied to clipboard
Tools for automatically downloading/scraping personal financial data.
Newer csv downloads include crypto details as well "Available beginning" and "Available ending" balances. This PR seeks to ignore those rows. Why? The crypto transactions do not follow the csv...
finance-dl formats the url as `https://www.amazon.com/gp/css/summary/print.html?ie=UTF8&orderID=D01-1380792-3469006` which results in an error. This one, which matches the pattern when I manually visit digital order invoices, works. `https://www.amazon.com/gp/digital/your-account/order-summary.html/ref=ppx_yo_dt_b_dpi_o00?ie=UTF8&orderID=D01-1380792-3469006&print=1` Dunno if the url...
The healthequity source merges newly-downloaded transaction data into the previously-saved file. This failed when there were multiple transactions of the same type in a single day, because the order in...
Lately the HealthEquity transaction download has entries like "Employee Contribution (Tax year: 2019) (Tax year: 2019)", where it used to just say "Employee Contribution (Tax year: 2019)" — the change...
Hi, When using the mint module to download data via mint, it never opens a non-headless browser so I can enter in my MFA information. In the log below, it...
I've opened captin411/ofxclient#69 about this issue, and while my PR captin411/ofxclient#70 will resolve the issue for ofxclient, it will somehow need to be managed in finance-dl as well. Once (if?)...
I recently setup an environment which has "selenium 4.4.3" installed. It's been installed as a direct or indirect dependency of finance-dl. This version of selenium-python has the following change recently,...
seems these now get written during in-progress downloads, confusing scrape_lib's detection of the download being finished and resulting in truncated downloads.