Skip to content

Project for OPIM 243 & OPIM 244. Simple project exploring API calls in Python. Also for practicing setting up CI tools

Notifications You must be signed in to change notification settings

oakypokey/robo-advisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Maintainability Test Coverage

Robo-Advisor

This software allows users to interact with stock price information made available by Alphavantage through the command line.

Installation

  1. After cloning this repo, create a .env file within the main directory.
  2. Obtain an API key from Alphavantage (https://www.alphavantage.co/)
  3. Open the .env file using a text editor and paste the following
ALPHAVANTAGE_API_KEY="abc1234"

Then replace abc1234 with the API key you recieved from Alphavantage

  1. Install the required dependencies using pip
pip install -r requirements.txt
  1. To run the program, execute app/robo-advisor.py. For example, you could do it the following way:
python app/robo-advisor.py
  1. Follow the instructions in the program itself.

About

Project for OPIM 243 & OPIM 244. Simple project exploring API calls in Python. Also for practicing setting up CI tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages