robinhood-to-csv
robinhood-to-csv copied to clipboard
Add auth_token argument to allow passing existing OAuth2/JWT token
Add an auth_token parameter that let's you bypass the login by supplying a JWT OAuth2 token (eg. from your browser's login). The parameter is the "access_token" field value in the JSON response to the https://api.robinhood.com/oauth2/token/ request.