Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 666 Bytes

DOCUMENTATION.md

File metadata and controls

32 lines (25 loc) · 666 Bytes

Documentation

Back to Read Me

Running Beta Services:

Clone the Repository

Change Directories into the Beta Directory

cd STO

Install Necessary Packages.

pip install -r requirements.txt

For this setup you need both an Alpha Vantage API Key, and a Trading Economics API Key.

Create the config folder

mkdir config && cat keys.json

Edit keys.json following the JSON template below:

{
    "AVA_key" : "{ALPHA VANTAGE API KEY}",
    "TEA_key" : "{TRADING ECONOMICS API KEY}"
}

Now you can use the STO functions.