Eduardo Macêdo
Results
2
issues of
Eduardo Macêdo
@ollija thank you for the amazing work in this library! I have some specific needs that I would like to discuss and implement, but without a contributing file, I don't...
Clonei o repo do zero e gerei o certificado rodando o comando `pynubank` no terminal. Escrevi esse arquivo: ```python from pynubank import Nubank nu = Nubank() nu.authenticate_with_cert('[FILTERED]', '[FILTERED]', 'cert.p12') print(nu.get_account_balance())...