Skip to content

dac294/my-first-app-inclass-2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my-first-app-inclass-2023

Setup

Create and activate a virtual environment:

conda create -n my-first-env python=3.10

conda activate my-first-env

Install packages:

pip install -r requirements.txt

Obtain an API Key from Alphavantage or from the prof (ALPHAVANTAGE_API_KEY).

Create a ".env" file and paste in the following contents:

# this is the ".env" file...

ALPHAVANTAGE_API_KEY="_________"

Usage

Run the example script:

python app/my_script.py

Run the unemployment report:

python app/unemployment.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%