Scrape Nubank desktop version of website to download your credit card expenses as a pandas DataFrame
Important
Nubank re-designed their website and this script is no longer working. I will update it as soon as I have time.
BeautifulSoup
, pandas
Open your dashboard in Nubank's website, make sure to select the appropriate time window.
Download the HTML file and run python nubank_parse.py [your-html-file]
. This will generate a nubank.csv
with your purchases using your credit card.