Skip to content

An Alexa app that responds to your mood using music and hue lighting

Notifications You must be signed in to change notification settings

dgodevais/mood_swing

Repository files navigation

mood_swing

An Alexa app that responds to your mood using music and hue lighting.

Note that this app does NOT require you to have a server running at home. Everything is triggered via IFTTT api calls.

See YouTube app demo video here

Work in progress:

Dynamically respond to emotions with different lights and music.

Note: unfortunatley, spotify api is limited to 30 second previews (not enough time).

Required materials

Getting Started

  1. Follow the steps outlined in this tutorial
  2. Use this tool to get music links
  3. Check out this awesome framework for Serverless Python

Config?

I use a yaml file which looks something like this:

secrets:
    client_id: {some_client_id}...

music:
    {mood}_url: {stream_url}...

ifttt:
    {mood_url}: {ifttt_url}

About

An Alexa app that responds to your mood using music and hue lighting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages