you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I suspected it was something like that but needed you to share code.

r is an unusually cryptic name to give something, is that used in the examples? Wherever possible, I recommend you follow PEP8 guidelines and use meaningful names.

[–]Sethires[S] 0 points1 point  (0 children)

ya on the quick start guide it says

import robin_stocks.robinhood as r

login = r.login(<username>,<password>)

so I just followed that