Skip to content

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

License

Notifications You must be signed in to change notification settings

jittania/elpy-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages