Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 699 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 699 Bytes

Simple Python Robinhood Bot

This repository houses a simple bot to automatically trade stocks/options/crypto with the Robinhood API Key based on sets of parameters. Read the rest of this readme.md for further context and information.

NOTE: this project is founded on Python 3.7+

To Install:

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

To Run:

cd robinbood-bot/robinhoodbot (If outside of root directory)
python3 main.py