https://github.com/westonplatter/fast_arrow
A python client for trading options with Robinhood’s API. The goal is to enable
developers to pull down options data, trading history, and execute both simple
and complex option trades as they would through the Robinhood iOS app or
website.
Built with: Python, requests, pandas (for complex option orders).
https://github.com/westonplatter/fast_arrow_auth
A super small python library that authenticates with Robinhood. It handles both
simple and 2FA (email/sms) workflows.
Built with: Python, requests.