Skip to content

Instantly share code, notes, and snippets.

View matheus1lva's full-sized avatar
😃
set yourself free

Matheus Gonçalves da Silva matheus1lva

😃
set yourself free
View GitHub Profile
@guilhermedecampo
guilhermedecampo / nubank-csv-web-downloader.md
Last active June 21, 2020 19:56
A better Nubank csv web downloader using chrome dev tools

Nicer CSV download of nubank data

Function

function downloadNubankCSV({ date }) {
  const transactions = angular.element(document.body).injector().get('Bills').all.map(bill => bill.more.line_items).flat()
  const regExp = new RegExp(date, 'g')
  const csv = transactions
 // filtering wanted/unwanted datapoints