torreyleonard / algotrader

Simple algorithmic stock and option trading for Node.js.

Home Page:https://www.npmjs.com/package/algotrader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On Auth: "This version of robinhood is no longer supported..."

robbalian opened this issue · comments

Looks like Robinhood has changed their API, and I'm getting this issues:

"This version of Robinhood is no longer supported. Please update your app or use Robinhood for Web to log in to your account."

Looks like there's a fix in for it, any chance we can merge: Gillinghammer-patch-2 ?

Any update on this?

Would also like to see this merged in but in the meantime you can install with the branch like so:
npm i torreyleonard/algotrader#Gillinghammer-patch-2 --save

Merged #34 and published in v2.5.2.

Thank you!