Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aamazie authored Jun 1, 2019
1 parent 75ebe48 commit a7cb247
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -18,6 +18,10 @@ Use something like this to login:
Without 2FA this API can be run from the console where the user will have to input an SMS code sent to their phone.
After logging in the SMS code expires after 24 hours.
In theory, one could trade with an algorithm if they signed in with the console at the beginning of each trading day.
If this is your case, use this to login and then enter your SMS code to the console:

my_trader = Robinhood()
my_trader.login(username="username", password="password")

[![Join the chat at https://gitter.im/J-Robinhood/Lobby](https://badges.gitter.im/J-Robinhood/Lobby.svg)](https://gitter.im/J-Robinhood/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Python Framework to make trades with Robinhood Private API.

0 comments on commit a7cb247

Please sign in to comment.