Giter Site home page Giter Site logo

nabelekt / robinhood_api Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 36 KB

Export Robinhood positions and dividends to CSV files. Reconcile Robinhood account data with data stored in Banktivity.

Python 100.00%
robinhood robinhood-api robinhood-python robinhood-portfolio csv csv-export banktivity

robinhood_api's People

Contributors

nabelekt avatar

Stargazers

 avatar

Watchers

 avatar

robinhood_api's Issues

Non-base 32 digit found

I've been trying to use it but I keep getting this error

Traceback (most recent call last):
  File "/Users/joseparreiras/Documents/GitHub/robinhood_api/robinhood_process.py", line 406, in <module>
    main()
  File "/Users/joseparreiras/Documents/GitHub/robinhood_api/robinhood_process.py", line 389, in main
    rh_fetch.login()
  File "/Users/joseparreiras/Documents/GitHub/robinhood_api/robinhood_fetch.py", line 18, in login
    totp  = pyotp.TOTP(rh_creds.TOTP_code).now()
  File "/Users/joseparreiras/opt/anaconda3/lib/python3.9/site-packages/pyotp/totp.py", line 46, in now
    return self.generate_otp(self.timecode(datetime.datetime.now()))
  File "/Users/joseparreiras/opt/anaconda3/lib/python3.9/site-packages/pyotp/otp.py", line 40, in generate_otp
    hasher = hmac.new(self.byte_secret(), self.int_to_bytestring(input), self.digest)
  File "/Users/joseparreiras/opt/anaconda3/lib/python3.9/site-packages/pyotp/otp.py", line 57, in byte_secret
    return base64.b32decode(self.secret, casefold=True)
  File "/Users/joseparreiras/opt/anaconda3/lib/python3.9/base64.py", line 231, in b32decode
    raise binascii.Error('Non-base32 digit found') from None
binascii.Error: Non-base32 digit found

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.