Skip to content

simple bot to automatically trade stocks/options/crypto with the Robinhood api key based on sets of parameters

License

Notifications You must be signed in to change notification settings

limiteci/robinhood-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

simple bot to automatically trade stocks/options/crypto with the Robinhood api key based on sets of parameters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages