Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacobheric/luther

Listen to Luther is an AI music assistant to make listening to spotify more fun!
https://github.com/jacobheric/luther

Last synced: 18 days ago
JSON representation

Listen to Luther is an AI music assistant to make listening to spotify more fun!

Awesome Lists containing this project

README

        

# Listen to Luther

Spotify's AI DJ X is nice enough...if you want an entirely passive listening
experience. If you want an interactive experience, Listen to Luther instead!

Luther lives at [listentoluther.com](https://listentoluther.com).

Set the following environment variables in `.env`:

```
SPOTIFY_CLIENT_ID=your-spotify-app-client-id
SPOTIFY_CLIENT_SECRET=your-spotify-app-client-secret

OPENAI_API_KEY=your-openai-api-key

# there are a bunch of other vars luther needs to run in
# production, but you can set this to skip almost all of those:

PROUCTION=false
```

Run the server:

```
deno task start
```

![](./luther-screenshot.png)