Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Elpy Python CLI

TBD


Application Features

TBD


Local Setup Instructions

  1. cd into top level folder of project

  2. Create and activate a virtual environment:

$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ # --> Virtual environment is active
  1. Install dependencies:
(venv) $ pip install -r requirements.txt
  1. Make sure the Python Interpreter is set up correctly:

    1. from within VS Code by selecting SHIFT + CMD + P -> 'Python: Select Interpreter' -> Select the interpreter path that includes ('venv': venv).
    2. CL...?
  2. Create a .env file in your root directory containing the following, which can be set up and obtained from here (will have to create your own app first): https://developer.spotify.com/dashboard:

SPOTIPY_CLIENT_ID='your-spotify-client-id'
SPOTIPY_CLIENT_SECRET='your-spotify-client-secret'
SPOTIPY_REDIRECT_URI='your-spotify-reditect-uri'
  1. Run the following command to execute program:
(venv) $ python -m elpy_cli
  1. Run all tests:
(venv) $ pytest

About

Python CLI version of the original Elpy app with expanded music discovery functionality

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages