Skip to content

To get started with the "Codebase Cleanup" Exercise

Notifications You must be signed in to change notification settings

prof-rossetti/codebase-cleanup-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codebase-cleanup-template

To get started with the "Codebase Cleanup" Exercise.

Setup

Create virtual environment:

conda create -n cleanup-env python=3.8
conda activate cleanup-env

Install packages:

pip install -r requirements.txt

Configuration

Obtain a premium AlphaVantage API Key here.

Sign up for a SendGrid Account, verify single sender, then obtain a Sendgrid API Key.

Set environment variables using a ".env" file approach:

ALPHAVANTAGE_API_KEY="..."

SENDER_ADDRESS="[email protected]"
SENDGRID_API_KEY="SG...."

Usage

Run the game:

python app/game.py

About

To get started with the "Codebase Cleanup" Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages