joshfraser / robinhood-to-csv

Python script to export Robinhood trades to a CSV file
MIT License
259 stars 109 forks source link

Upgraded login methods to latest API version #50

Closed anshu93 closed 4 years ago

anshu93 commented 4 years ago

'grant_type': 'password', 'scope': 'internal', 'client_id': self.client_id, 'expires_in': 86400, 'device_token': device_token, 'username': self.username, 'password': self.password, [OPTIONAL] 'mfa_code': mfa_code

joshfraser commented 4 years ago

Looks good to me. Thanks for your work on this.