webclinic017 / SampleRHOptionsFinder

A simple example for pulling options from robinhood by profitability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  1. Install any needed dependencies
$ pip install -r requirements.txt
  1. Create a file called .robinhood_login

Fill out the following and paste it into .robinhood_login

username: <your-username>
password: <your-password>

Using

Before making any calls, make sure to run:

from utilities import robinhood_login
robinhood_login()

About

A simple example for pulling options from robinhood by profitability.

License:MIT License


Languages

Language:Jupyter Notebook 82.9%Language:Python 17.1%