Projects

fast_arrow

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).


fast_arrow_auth

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.


python-toolbox.com

https://python-toolbox.com/
A site focused on helping python developers make informed tooling decisions. The site pulls data from PyPi every night and then (for packages on github) fetches github data for them.

Built with: Ruby, Rails, Javascript, Bootstrap, Postgres/Redis, and sidekiq for background job processing.