Skip to content

HirdrWit/alpha_advantage_stock_project

Repository files navigation

Alpha Advantage Stock Project

This project I will attempt to create a reliable trend analyzer to get rich quick.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure Python3 is installed on your system. https://www.python.org/downloads/

Installing

A step by step series of examples that tell you how to get a development env running

If you chose to set up a virtualenv. Install virtualenv via pip:

$ pip install virtualenv

Test your installation:

$ virtualenv --version

Create a virtual environment for a project:

$ cd my_project_folder
$ virtualenv venv

Fork/Clone the repo

git clone <repo>

Please install the requirements.txt file.

pip install -r requirements.txt

Rename settings_sample.py to settings.py

Running the program

python3 main.py

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Acknowledgments

  • Thanks Alpha Vantage for creating such a great api!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published