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