Skip to content

Instantly share code, notes, and snippets.

@henryrossiter
Created January 24, 2020 22:33
Show Gist options
  • Save henryrossiter/6b11cd58332db004c66fb735752e5c3f to your computer and use it in GitHub Desktop.
Save henryrossiter/6b11cd58332db004c66fb735752e5c3f to your computer and use it in GitHub Desktop.
import config as config
import robin_stocks as r
def login():
username = config.username
password = config.password
r.login(username,password)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment