danielalfonsetti / RobinhoodBot

Trading bot for Robinhood accounts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RobinhoodBot

Trading bot for Robinhood accounts

Repo forked from Kevin Guo. Original repo here: https://github.com/2018kguo/RobinhoodBot

See Kevin's blog post: https://medium.com/@kev.guo123/building-a-robinhood-stock-trading-bot-8ee1b040ec6a

This project supports Python 3.7+

To Install:

git clone https://github.com/danielalfonsetti/RobinhoodBot
cd RobinhoodBot/
pip install -r requirements.txt
cp config.py.sample config.py # add auth info after copying

To Run:

cd RobinboodBot/robinhoodbot (If outside of root directory)
python3 main.py

About

Trading bot for Robinhood accounts

License:MIT License


Languages

Language:Python 100.0%